mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-25 05:40:17 +00:00
refractor shell role
This commit is contained in:
14
roles/shell/files/bzflag.service
Normal file
14
roles/shell/files/bzflag.service
Normal file
@@ -0,0 +1,14 @@
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
[Unit]
|
||||
Description=BZFlag Game Server
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/games/bzfs -conf /var/lib/bzflag/bzflag.conf
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
User=bzflag
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user