summarylogtreecommitdiffstats
path: root/systemd-actionfps-server.service
blob: 334ef83defa792c98018297da2df36e70320d747 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[Unit]
Description=ActionFPS server.
Requires=network-online.target
After=network-online.target

[Service]
Type=simple
User=actionfps

ExecStart=actionfps-server

ProtectHostname=true
ProtectClock=true
NoNewPrivileges=yes
ProtectSystem=full

[Install]
WantedBy=multi-user.target