Add functionality to rotate the log file when `SIGHUP` signal is received. Also, a doc is added with few details about logging. Signed-off-by: Ionut Balutoiu <ibalutoiu@cloudbasesolutions.com>
14 lines
275 B
Desktop File
14 lines
275 B
Desktop File
[Unit]
|
|
Description=GitHub Actions Runner Manager (garm)
|
|
After=multi-user.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/local/bin/garm -config /etc/garm/config.toml
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
Restart=always
|
|
RestartSec=5s
|
|
User=garm
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|