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