mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-14 11:23:02 +02:00
15 lines
272 B
Desktop File
15 lines
272 B
Desktop File
[Unit]
|
|
Description=Frp Client Service
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=nobody
|
|
ExecStart=/usr/local/bin/frpc -c /etc/frp/%i.ini
|
|
ExecReload=/usr/local/bin/frpc reload -c /etc/frp/%i.ini
|
|
LimitNOFILE=65536
|
|
RestartSec=5
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|