1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 17:51:24 +00:00
dockerfiles/frp/systemd/frps.service
2018-01-22 11:45:09 +08:00

12 lines
179 B
Desktop File

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