mirror of https://github.com/dirtbags/moth.git
19 lines
374 B
SYSTEMD
19 lines
374 B
SYSTEMD
# To install:
|
|
# sudo cp mothd.service /etc/systemd/system/moth.service
|
|
# sudo systemctl enable mothd
|
|
# sudo systemctl start mothd
|
|
|
|
[Unit]
|
|
Description=Monarch Of The Hill server
|
|
After=network.target auditd.service
|
|
|
|
[Service]
|
|
WorkingDirectory=/srv/moth
|
|
User=www-data
|
|
ExecStart=/srv/moth/mothd
|
|
KillMode=process
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|