fixed restart option in service files
This commit is contained in:
parent
9911beee7d
commit
baeeb20a84
@ -11,7 +11,7 @@ EnvironmentFile=-/etc/sysconfig/bacula-dir
|
|||||||
ExecStartPre=/usr/sbin/bacula-checkconf $CONFIG
|
ExecStartPre=/usr/sbin/bacula-checkconf $CONFIG
|
||||||
ExecStart=/usr/sbin/bacula-dir -f -c $CONFIG -u $DIR_USER -g $DIR_GROUP
|
ExecStart=/usr/sbin/bacula-dir -f -c $CONFIG -u $DIR_USER -g $DIR_GROUP
|
||||||
StandardOutput=syslog
|
StandardOutput=syslog
|
||||||
Restart=restart-always
|
Restart=always
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
@ -12,7 +12,7 @@ ExecStartPre=/usr/sbin/bacula-checkconf $CONFIG
|
|||||||
ExecStart=/usr/sbin/bacula-fd -f -c $CONFIG -u $FD_USER -g $FD_GROUP
|
ExecStart=/usr/sbin/bacula-fd -f -c $CONFIG -u $FD_USER -g $FD_GROUP
|
||||||
IOSchedulingClass=idle
|
IOSchedulingClass=idle
|
||||||
StandardOutput=syslog
|
StandardOutput=syslog
|
||||||
Restart=restart-always
|
Restart=always
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
@ -11,7 +11,7 @@ EnvironmentFile=-/etc/sysconfig/bacula-sd
|
|||||||
ExecStartPre=/usr/sbin/bacula-checkconf $CONFIG
|
ExecStartPre=/usr/sbin/bacula-checkconf $CONFIG
|
||||||
ExecStart=/usr/sbin/bacula-sd -f -c $CONFIG -u $SD_USER -g $SD_GROUP
|
ExecStart=/usr/sbin/bacula-sd -f -c $CONFIG -u $SD_USER -g $SD_GROUP
|
||||||
StandardOutput=syslog
|
StandardOutput=syslog
|
||||||
Restart=restart-always
|
Restart=always
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
Summary: Cross platform network backup for Linux, Unix, Mac and Windows
|
Summary: Cross platform network backup for Linux, Unix, Mac and Windows
|
||||||
Name: bacula
|
Name: bacula
|
||||||
Version: 5.0.3
|
Version: 5.0.3
|
||||||
Release: 11%{?dist}
|
Release: 12%{?dist}
|
||||||
# See LICENSE for details
|
# See LICENSE for details
|
||||||
License: GPLv2 with exceptions
|
License: GPLv2 with exceptions
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -1069,6 +1069,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 9 2011 Lukáš Nykrýn <lnykryn@redhat.com> - 5.0.3-12
|
||||||
|
- fixed restart option in service files (#745529)
|
||||||
|
|
||||||
* Fri Sep 9 2011 Tom Callaway <spot@fedoraproject.org> - 5.0.3-11
|
* Fri Sep 9 2011 Tom Callaway <spot@fedoraproject.org> - 5.0.3-11
|
||||||
- add missing scriptlets
|
- add missing scriptlets
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user