mirror of
https://github.com/htrefil/rkvm.git
synced 2024-11-17 07:47:45 +01:00
12 lines
164 B
Desktop File
12 lines
164 B
Desktop File
[Unit]
|
|
Description=rkvm client
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
ExecStart=/opt/rkvm/client
|
|
Restart=always
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|