WIP
This commit is contained in:
commit
12cf09da3b
5 changed files with 106 additions and 0 deletions
12
forgejo-runner.service
Normal file
12
forgejo-runner.service
Normal file
|
@ -0,0 +1,12 @@
|
|||
[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]
|
Loading…
Add table
Add a link
Reference in a new issue