File: debci-worker.service

package info (click to toggle)
debci 2.15.2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,268 kB
  • sloc: ruby: 4,386; sh: 2,861; javascript: 96; makefile: 82; perl: 11
file content (15 lines) | stat: -rw-r--r-- 277 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# systemd service for managing all debci-worker instances on the
# system

[Unit]
Description=debci worker daemon
Documentation=https://ci.debian.net/doc/

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

[Install]
WantedBy=multi-user.target