11 lines
222 B
Desktop File
11 lines
222 B
Desktop File
[Unit]
|
|
Description=Continuous integration for Forgejo
|
|
|
|
[Service]
|
|
Type=exec
|
|
ExecStart=/usr/bin/forgejo-runner -c /etc/forgejo-runner/config.yml daemon
|
|
PrivateDevices=yes
|
|
PrivateTmp=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|