add dcs-tail-fedmsg
[debiancodesearch.git] / dcs-common.service
blob47d735dcf8caf02b7fbd65389f1f95cf1195e1b6
1 # This file contains attributes that are common to all DCS jobs.
2 # It should not be started directly, it is included from other files.
4 [Service]
5 User=dcs
6 Group=dcs
7 # Redirecting stdout to /dev/null because it’s very verbose.
8 # It makes sense to enable it on demand for debugging only.
9 StandardOutput=null
10 StandardError=journal
11 RestartSec=1
12 Restart=on-failure