13 lines
260 B
Desktop File
13 lines
260 B
Desktop File
[Unit]
|
|
Description=GitHub Actions Runner Manager (garm)
|
|
After=multi-user.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/local/bin/garm -config ${GARM_CONFIG_FILE}
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
Restart=always
|
|
RestartSec=5s
|
|
|
|
[Install]
|
|
WantedBy=default.target
|