All checks were successful
Build / Build project (push) Successful in 1m4s
14 lines
305 B
Desktop File
14 lines
305 B
Desktop File
[Unit]
|
|
Description=Continuous integration for Forgejo
|
|
After=multi-user.target
|
|
Wants=network-online.target
|
|
Requires=network-online.target
|
|
|
|
[Service]
|
|
Type=exec
|
|
ExecStart=/usr/bin/forgejo-runner -c /etc/forgejo-runner/config.yml daemon
|
|
PrivateDevices=yes
|
|
PrivateTmp=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|