t2server/etc/systemd/system/t2bouncer.service
2021-01-02 23:30:39 -05:00

10 lines
186 B
Desktop File

[Unit]
Description=t2bouncer (restarts t2server at configured time)
Wants=t2bouncer.timer
[Service]
Type=oneshot
ExecStart=/usr/local/bin/t2bouncer
[Install]
WantedBy=multi-user.target