summarylogtreecommitdiffstats
path: root/systemd-actionfps-server.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd-actionfps-server.service')
-rw-r--r--systemd-actionfps-server.service18
1 files changed, 18 insertions, 0 deletions
diff --git a/systemd-actionfps-server.service b/systemd-actionfps-server.service
new file mode 100644
index 000000000000..334ef83defa7
--- /dev/null
+++ b/systemd-actionfps-server.service
@@ -0,0 +1,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