mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-08-15 09:42:25 +00:00
14 lines
213 B
Plaintext
14 lines
213 B
Plaintext
|
# rke2-server.service.j2
|
||
|
[Unit]
|
||
|
Description=RKE2 server
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/local/bin/rke2 server
|
||
|
KillMode=process
|
||
|
Restart=on-failure
|
||
|
RestartSec=5s
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|