mirror of
https://github.com/greenseeker/t2server.git
synced 2026-07-15 16:24:36 +00:00
First Commit
This commit is contained in:
commit
8ffa4dacbd
16 changed files with 1383 additions and 0 deletions
10
etc/systemd/system/t2bouncer.service
Normal file
10
etc/systemd/system/t2bouncer.service
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=t2bouncer (restarts t2server at configured time)
|
||||
Wants=t2bouncer.timer
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/local/bin/t2bouncer
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue