mirror of
https://github.com/htrefil/rkvm.git
synced 2024-12-26 09:58:32 +01:00
14 lines
277 B
SYSTEMD
14 lines
277 B
SYSTEMD
|
[Unit]
|
||
|
Description=rkvm client
|
||
|
After=network-online.target
|
||
|
# This prevents systemd from giving up trying to restart the service.
|
||
|
StartLimitBurst=0
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/rkvm-client /etc/rkvm/client.toml
|
||
|
Restart=always
|
||
|
RestartSec=5
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|