This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
EnvironmentFile=-/etc/sysconfig/wesnoth
-
ExecReload=/bin/kill -s SIGHUP $MAINPID
-
ExecStart=/usr/bin/wesnothd -t 2 -T 5
-
ExecStart=/usr/sbin/wesnothd --daemon $WESNOTHD_OPTIONS
-
ExecStartPre=/bin/rm -f /run/wesnothd/socket
-
ExecStopPost=/bin/rm -f /run/wesnothd/socket
-
Group=users
-
LockPersonality
Introduced in systemd 235=yes -
MemoryDenyWriteExecute
Introduced in systemd 231=yes -
NoNewPrivileges
Introduced in systemd 239=yes -
PrivateDevices
Introduced in systemd 209=yes -
PrivateTmp=yes
-
ProtectControlGroups
Introduced in systemd 232=yes -
ProtectHome
Introduced in systemd 214=yes -
ProtectKernelModules
Introduced in systemd 232=yes -
ProtectKernelTunables
Introduced in systemd 232=yes -
ProtectSystem
Introduced in systemd 214=strict -
ReadWritePaths=/run/wesnothd
-
RestrictAddressFamilies=AF_INET AF_INET6 AF_UNIX
-
RestrictNamespaces
Introduced in systemd 233=yes -
RestrictRealtime
Introduced in systemd 231=yes -
SyslogIdentifier=Wesnothd
-
SystemCallArchitectures=native
-
Type=forking
-
User=nobody
-
User=wesnothd
-
WorkingDirectory=/run/wesnothd
-
-
[Unit]
-
After=network.target
-
Description=Wesnoth Multiplayer Server Daemon
-
Description=Wesnoth game server
-
Documentation=https://www.wesnoth.org/wiki/ServerAdministration man:wesnothd(6)
-
Additionnal notes
Nothing here.