mirror of
https://github.com/htrefil/rkvm.git
synced 2025-01-13 20:01:29 +01:00
13 lines
277 B
Desktop File
13 lines
277 B
Desktop File
[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
|