mirror of
https://github.com/greenseeker/t2server.git
synced 2026-07-14 16:04:33 +00:00
10 lines
186 B
SYSTEMD
10 lines
186 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=t2bouncer (restarts t2server at configured time)
|
||
|
|
Wants=t2bouncer.timer
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=oneshot
|
||
|
|
ExecStart=/usr/local/bin/t2bouncer
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|