mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-02-13 21:00:00 +00:00
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:
7
nfpm/woodpecker-server.env.example
Normal file
7
nfpm/woodpecker-server.env.example
Normal 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
|
||||
Reference in New Issue
Block a user