From 2856c59c736ba931b8f915b071f467dba595716b Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 5 Aug 2024 01:37:59 +0000 Subject: automatic import of bacula --- bacula-fd.service | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 bacula-fd.service (limited to 'bacula-fd.service') diff --git a/bacula-fd.service b/bacula-fd.service new file mode 100644 index 0000000..2724c4b --- /dev/null +++ b/bacula-fd.service @@ -0,0 +1,14 @@ +[Unit] +Description=Bacula File Daemon +Documentation=man:bacula-fd(8) +After=network.target nss-lookup.target + +[Service] +Environment=CONFIG=/etc/bacula/bacula-fd.conf +EnvironmentFile=-/etc/sysconfig/bacula-fd +ExecStart=/usr/sbin/bacula-fd -f $OPTS -c $CONFIG -u $FD_USER -g $FD_GROUP +IOSchedulingClass=idle +Restart=on-failure + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3