summarylogtreecommitdiffstats
path: root/frps.service
diff options
context:
space:
mode:
authorlilac2022-10-23 20:21:00 +0800
committerlilac2022-10-23 20:21:00 +0800
commit7b7318358fad025136d21ae22218a41aa1a217d5 (patch)
treedc420f03f5f48b42dbfa8cc720688a3c4c7cf51b /frps.service
parent584bf0f82fb20b90ee087d1fc25f5ad8d39298e9 (diff)
downloadaur-7b7318358fad025136d21ae22218a41aa1a217d5.tar.gz
[lilac] updated to 0.44.0-3
Diffstat (limited to 'frps.service')
-rw-r--r--frps.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/frps.service b/frps.service
new file mode 100644
index 000000000000..e09f3945c835
--- /dev/null
+++ b/frps.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=Frp Server Service
+After=network-online.target
+Wants=network-online.target
+
+[Service]
+Type=simple
+User=nobody
+Restart=on-failure
+RestartSec=5s
+ExecStart=/usr/bin/frps -c /etc/frp/frps.ini
+
+[Install]
+WantedBy=multi-user.target