diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-05 01:37:59 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-05 01:37:59 +0000 |
commit | 2856c59c736ba931b8f915b071f467dba595716b (patch) | |
tree | 6698599f4bee70e05a8804ba9c97c074fe79ad5c /bacula-fd.service | |
parent | 501bbe0d8edc80c2dc5a176b12c06c17de7b7d46 (diff) |
automatic import of baculaopeneuler24.03_LTS
Diffstat (limited to 'bacula-fd.service')
-rw-r--r-- | bacula-fd.service | 14 |
1 files changed, 14 insertions, 0 deletions
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 |