mirror of
https://github.com/htrefil/rkvm.git
synced 2024-11-16 07:47:24 +01:00
11 lines
189 B
Desktop File
11 lines
189 B
Desktop File
[Unit]
|
|
Description=rkvm server
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/rkvm-server /etc/rkvm/server.toml
|
|
Restart=always
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|