set progress bar to finished, even when 0 files are grepped
[debiancodesearch.git] / dcs-common.service
blob17d0697eaa4fa2f4c0cdeae439e029c0606e14d3
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 Environment=GOMAXPROCS=4
6 User=dcs
7 Group=dcs
8 # Redirecting stdout to /dev/null because it’s very verbose.
9 # It makes sense to enable it on demand for debugging only.
10 StandardOutput=null
11 StandardError=journal
12 RestartSec=1
13 Restart=on-failure
14 # Allow infinite restarts, even within a short time.
15 StartLimitInterval=0