13 lines
213 B
Desktop File
13 lines
213 B
Desktop File
[Unit]
|
|
Description=Forgejo Runner
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/local/bin/forgejo-runner daemon
|
|
Restart=on-failure
|
|
User=forgejo-runner
|
|
Group=forgejo-runner
|
|
WorkingDirectory=/home/forgejo-runner
|
|
|
|
[Install]
|