File: debci-worker.service

package info (click to toggle)
debci 3.14.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,668 kB
  • sloc: ruby: 6,805; sh: 2,452; javascript: 100; makefile: 92; perl: 11
file content (16 lines) | stat: -rw-r--r-- 300 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# systemd service for managing all debci-worker instances on the
# system

[Unit]
Description=debci worker daemon
Documentation=https://ci.debian.net/doc/
After=time-sync.target

[Service]
Type=oneshot
ExecStart=/bin/true
ExecReload=/bin/true
RemainAfterExit=on

[Install]
WantedBy=multi-user.target