summarylogtreecommitdiffstats
path: root/systemd-actionfps-server.service
diff options
context:
space:
mode:
authorPatrick Northon2023-05-21 21:00:43 -0400
committerPatrick Northon2023-05-21 21:00:43 -0400
commit21d10c39085cfae79e3f0297f6438ea848b3d74b (patch)
treecb256fd53eb12c7efbe6a27ce81aaa8e077347a2 /systemd-actionfps-server.service
parentd53220c0bf7322e8f53507e84fd923da1a61860a (diff)
downloadaur-21d10c39085cfae79e3f0297f6438ea848b3d74b.tar.gz
Split package into 3 to separate client and server.
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