wesnoth/packaging/systemd/wesnothd.service.in
2012-08-25 07:06:16 +00:00

10 lines
174 B
SYSTEMD

[Unit]
Description=Wesnoth Multiplayer Server Daemon
After=network.target
[Service]
ExecStart=@CMAKE_INSTALL_PREFIX@/@BINDIR@/wesnothd
[Install]
WantedBy=multi-user.target