mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-10 04:19:24 +02:00
11 lines
166 B
SYSTEMD
11 lines
166 B
SYSTEMD
|
[Unit]
|
||
|
Description=frp client
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/local/bin/frpc -c /etc/frp/frpc.ini
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|