Add systemd unit files to the RPM/DEB packages (#3986)

* add systemd unit file for server (`woodpecker-server.service`)
* add systemd unit file for agent (`woodpecker-agent.service`)
* add systemd unit files to nfpm package definitions
* add etc config file examples

fixes #1575
This commit is contained in:
Johannes Kastl
2024-08-25 22:28:42 +02:00
committed by GitHub
parent 0b34578923
commit 8768eb2a2b
6 changed files with 60 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Example for a woodpecker-server.env file
# Check the documentation for the server:
# https://woodpecker-ci.org/docs/administration/server-config
# Add all required environment variables for your setup in the form of VARIABE=value
VARIABLE=value