2019-04-21 15:32:30 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Minetest multiplayer server minetest.conf server config
|
|
|
|
Documentation=man:minetestserver(6)
|
|
|
|
After=network.target
|
2019-10-23 12:06:42 +02:00
|
|
|
RequiresMountsFor=/home/yunohost.app/__APP__
|
2021-04-17 19:43:46 +02:00
|
|
|
|
2019-04-21 15:32:30 +02:00
|
|
|
[Service]
|
|
|
|
Restart=on-failure
|
2019-10-23 12:06:42 +02:00
|
|
|
User=__APP__
|
|
|
|
Group=__APP__
|
2021-04-17 19:43:46 +02:00
|
|
|
ExecStart=__FINALPATH__/bin/minetestserver --config /home/yunohost.app/__APP__/.minetest/minetest.conf --logfile /var/log/__APP__/__APP__.log
|
|
|
|
|
2019-04-21 15:32:30 +02:00
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|