mirror of
https://github.com/htrefil/rkvm.git
synced 2024-12-25 09:58:18 +01:00
cc58da2987
- a server should be after network.target instead of network-online.target[1] - a client should also pull in network-online.target[1] - the manual mentions StartLimitIntervalSec=0 but not StartLimitBurst=0[2] [1]: man systemd.special [2]: man systemd.unit
11 lines
182 B
Desktop File
11 lines
182 B
Desktop File
[Unit]
|
|
Description=rkvm server
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/rkvm-server /etc/rkvm/server.toml
|
|
Restart=always
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|