aur/woodpecker/woodpecker-server.service
nyyu bec1cf5014
All checks were successful
continuous-integration/drone/push Build is passing
woodpecker: git version
2022-11-15 23:08:47 +01:00

22 lines
404 B
Desktop File

[Unit]
Description=Woodpecker server
Requires=network-online.target
After=network-online.target
[Service]
User=woodpecker
Type=simple
EnvironmentFile=/etc/woodpecker/server
ExecStart=/usr/bin/woodpecker-server
ExecReload=/usr/bin/kill -HUP $MAINPID
Restart=on-failure
KillSignal=SIGINT
LimitNOFILE=8192
PrivateDevices=yes
DynamicUser=yes
StateDirectory=woodpecker
[Install]
WantedBy=multi-user.target