summarylogtreecommitdiffstats
path: root/wesnothd-1.4.service
blob: 42b1dd04e640809fb7818e153faa994966ca2fd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[Unit]
Description=Wesnoth-1.4 Server Daemon
Documentation=https://www.wesnoth.org/wiki/ServerAdministration
Documentation=man:wesnoth-1.4(6)
After=network.target
# They use by default the same port. Can be changed with the -p option.
Conflicts=wesnothd.service wesnothd-1.0.service wesnothd-1.2.service wesnothd-1.6.service wesnothd-1.18.service wesnothd-1.10.service wesnothd-1.12.service wesnothd-1.14.service wesnothd-devel.service wesnothd-git.service

[Service]
# If wesnothd is started from within the game it runs under a different user.
# Deleting the pipe resets owner, group and mode.
ExecSartPre=/bin/rm -f /run/wesnothd-1.4/socket

ExecStart=/usr/bin/wesnothd-1.4
# You can use -c to specify a configuration file
# (and make sure wesnothd has the required access permissions).

# Remove remaining administration pipe:
ExecStopPost=/bin/rm -f /run/wesnothd-1.4/socket

SyslogIdentifier=Wesnothd-1.4
# Apply security settings only to ExecStart, so the Pre & Post steps run as root
PermissionsStartOnly=yes
WorkingDirectory=/run/wesnothd-1.4
User=nobody
Group=users

# Additional security-related features:
ProtectSystem=strict
ProtectHome=yes
# When specifying with the -c option a file in the home directory,
# set ProtectHome=read-only and whitelist the directory or file with
# ReadWritePaths.
ReadWritePaths=/run/wesnothd-1.4
InaccessiblePaths=/usr/include
InaccessiblePaths=/usr/src
InaccessiblePaths=/boot
InaccessiblePaths=/media
InaccessiblePaths=/mnt
InaccessiblePaths=/srv
InaccessiblePaths=/opt
InaccessiblePaths=/var
PrivateTmp=yes
PrivateDevices=yes
NoNewPrivileges=yes
RestrictAddressFamilies=AF_INET AF_UNIX
RestrictRealtime=yes
MemoryDenyWriteExecute=yes
SystemCallArchitectures=native
ProtectControlGroups=yes
ProtectKernelTunables=yes
ProtectKernelModules=yes
RestrictNamespaces=yes
LockPersonality=yes

[Install]
WantedBy=multi-user.target