Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8d9a270962 |
1 changed files with 14 additions and 0 deletions
14
cusku.service
Normal file
14
cusku.service
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[Unit]
|
||||
Description=Forgejo webhooks (cusku)
|
||||
Wants=network-online.target
|
||||
After=network-online.target nss-lookup.target
|
||||
|
||||
[Service]
|
||||
Type=exec
|
||||
User=cusku
|
||||
ExecStart=/opt/cusku/cusku -c /opt/cusku/cusku.toml
|
||||
WorkingDirectory=/opt/cusku
|
||||
Environment=RUST_LOG=debug
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Loading…
Reference in a new issue