mirror of
https://github.com/greenseeker/t2server.git
synced 2026-01-19 19:24:46 +00:00
10 lines
186 B
Desktop File
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 |