summarylogtreecommitdiffstats
path: root/frps.service
diff options
context:
space:
mode:
authorVimsucks2017-12-05 19:55:07 +0800
committerVimsucks2017-12-05 19:55:07 +0800
commita8393c3e17babd00db16f3f696fbb36dd03e6deb (patch)
tree65e7366f641101e7d5a374c7b075e878d4123012 /frps.service
downloadaur-a8393c3e17babd00db16f3f696fbb36dd03e6deb.tar.gz
first commit
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..880029d7a500
--- /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/frps.ini
+
+[Install]
+WantedBy=multi-user.target