File: README.md

package info (click to toggle)
buildbot 4.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 21,080 kB
  • sloc: python: 174,183; sh: 1,204; makefile: 332; javascript: 119; xml: 16
file content (14 lines) | stat: -rw-r--r-- 712 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Common files for buildbot systemd services

These files are for creating system users and data directory for buildbot systemd services (`master/contrib/systemd/buildbot@.service` and `worker/contrib/systemd/buildbot-worker@.service`).

## Usage

```
$ sudo install -Dm644 ./sysusers.d/buildbot.conf /usr/lib/sysusers.d/buildbot.conf
$ sudo install -Dm644 ./tmpfiles.d/buildbot.conf /usr/lib/tmpfiles.d/buildbot.conf
$ sudo /usr/bin/systemd-sysusers
$ sudo /usr/bin/systemd-tmpfiles --create
```

Packagers may place the last two commands into package post-installation scripts if those are not already in transaction scripts (e.g., dpkg triggers for Debian-based systems or ALPM hooks for Arch-based systems).