Compare commits

...
Author SHA1 Message Date
8d9a270962 meta: example systemd service 2026-06-23 17:40:48 +02:00

14
cusku.service Normal file
View 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