1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

switch back to minetest-server package except for rpi

This commit is contained in:
Tim Moody 2019-02-09 15:53:40 -05:00
parent a0c70cec88
commit 7d4bd29111
5 changed files with 72 additions and 30 deletions

View file

@ -4,9 +4,11 @@ After=network.target
[Service]
Type=simple
WorkingDirectory={{ minetest_working_dir }}
ExecStart={{ minetest_server_bin }} --port {{ minetest_port }} --config {{ minetest_config_file }} --logfile /var/log/minetest/minetest.log --world {{ minetest_world_dir }}
Restart=on-abort
RestartSec=5s
TimeoutStartSec=900
[Install]
WantedBy=multi-user.target