frpc@.service: Rectify systemd run type from idle to simple
see: https://wiki.archlinux.org/title/systemd
This commit is contained in:
parent
afffbb5aa9
commit
0ab00c867e
@ -3,7 +3,7 @@ Description=Frp Client Service
|
|||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=idle
|
Type=simple
|
||||||
User=nobody
|
User=nobody
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
RestartSec=5s
|
RestartSec=5s
|
||||||
|
Loading…
Reference in New Issue
Block a user