mirror of
https://github.com/htrefil/rkvm.git
synced 2025-02-07 20:45:52 +01:00
13 lines
164 B
SYSTEMD
13 lines
164 B
SYSTEMD
![]() |
[Unit]
|
||
|
Description=rkvm client
|
||
|
After=network-online.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/opt/rkvm/client
|
||
|
Restart=always
|
||
|
RestartSec=5
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
|