aur/woodpecker/woodpecker-agent.service
nyyu 360762a7b6
All checks were successful
continuous-integration/drone/push Build is passing
add woodpecker
2022-11-14 20:24:47 +01:00

22 lines
430 B
Desktop File

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