Skip to content

Commit

Permalink
Univention: adapted for UCS 4.3
Browse files Browse the repository at this point in the history
bareos-dir: allow unlimited restarts,
required for automatic restarting on Univention Corporate Servers (UCS)
  • Loading branch information
joergsteffens committed Jun 4, 2018
1 parent d66659a commit b2e8406
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions debian/bareos-director.service.in
Expand Up @@ -23,6 +23,10 @@ After=nss-lookup.target network.target remote-fs.target time-sync.target postgre
ConditionPathIsDirectory=@working_dir@
# Before=
# Conflicts=
#
# allow unlimited restarts,
# required for automatic restarting on Univention Corporate Servers (UCS)
StartLimitIntervalSec=0

[Service]
Type=forking
Expand Down
Expand Up @@ -14,7 +14,7 @@ if username and password:
#bareos_sign_key_id = 'F93C028C093BFBA2'

ucs_version = configRegistry.get('version/version')
bareos_univention_dist = 'Univention_4.2'
bareos_univention_dist = '@OBS_DISTRIBUTION@'

#
# example:
Expand Down

0 comments on commit b2e8406

Please sign in to comment.