mirror of
https://github.com/htrefil/rkvm.git
synced 2025-02-07 20:45:52 +01:00
11 lines
150 B
SYSTEMD
11 lines
150 B
SYSTEMD
![]() |
[Unit]
|
||
|
Description=rkvm server
|
||
|
After=network-online.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/opt/rkvm/server
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|