You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-backup/bareos/files/bareos-dir.service

28 lines
774 B

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
#
# Bareos Director Daemon
#
[Unit]
Description=Bareos Director Daemon
Documentation=man:bareos-dir(8)
Requires=nss-lookup.target network.target remote-fs.target time-sync.target
After=nss-lookup.target network.target remote-fs.target time-sync.target postgresql.service mysql.service mariadb.service
ConditionPathIsDirectory=/var/lib/bareos
[Service]
Type=forking
User=bareos
Group=bareos
WorkingDirectory=/var/lib/bareos
PIDFile=/run/bareos/bareos-dir.9101.pid
StandardError=journal
ExecStartPre=/usr/sbin/bareos-dir -t -f
ExecStart=/usr/sbin/bareos-dir
SuccessExitStatus=0 1 15
#Restart=on-failure
[Install]
Alias=bareos-director.service
WantedBy=multi-user.target