File: debomatic.service

package info (click to toggle)
debomatic 0.40-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 668 kB
  • sloc: python: 1,904; sh: 192; makefile: 37
file content (17 lines) | stat: -rw-r--r-- 440 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=Automatic build machine for Debian source package
Documentation=https://deb-o-matic.readthedocs.io/
ConditionPathExists=/etc/debomatic/debomatic.conf

[Service]
Type=notify
User=sbuild
ExecStart=/usr/bin/debomatic -c /etc/debomatic/debomatic.conf -i
ExecStop=/usr/bin/debomatic -c /etc/debomatic/debomatic.conf -q
KillMode=process
SendSIGKILL=no
TimeoutStopSec=0
Restart=on-abnormal

[Install]
WantedBy=multi-user.target