1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 17:51:24 +00:00
dockerfiles/frp/systemd/frps.service
2019-05-09 17:18:14 +08:00

13 lines
197 B
Desktop File

[Unit]
Description=frp server
After=network.target
[Service]
ExecStart=/usr/local/bin/frps -c /etc/frp/frps.ini
LimitNOFILE=65535
RestartSec=5
Restart=always
[Install]
WantedBy=multi-user.target