summarylogtreecommitdiffstats
path: root/frps@.service
diff options
context:
space:
mode:
Diffstat (limited to 'frps@.service')
-rw-r--r--frps@.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/frps@.service b/frps@.service
new file mode 100644
index 000000000000..b8cc8423bb1b
--- /dev/null
+++ b/frps@.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Frp Server Service
+After=network.target
+
+[Service]
+Type=simple
+User=nobody
+ExecStart=/usr/bin/frps -c /etc/frp/%i.ini
+
+[Install]
+WantedBy=multi-user.target