t2server/etc/systemd/system/t2bouncer.service

10 lines
186 B
SYSTEMD
Raw Permalink Normal View History

2021-01-02 23:30:39 -05:00
[Unit]
Description=t2bouncer (restarts t2server at configured time)
Wants=t2bouncer.timer
[Service]
Type=oneshot
ExecStart=/usr/local/bin/t2bouncer
[Install]
WantedBy=multi-user.target