Skip to content

Commit

Permalink
spec
Browse files Browse the repository at this point in the history
  • Loading branch information
joergsteffens committed Jun 4, 2014
1 parent fc1d3cb commit 64fa202
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion platforms/packaging/bareos.spec
Original file line number Diff line number Diff line change
Expand Up @@ -900,9 +900,13 @@ echo "This is a meta package to install a full bareos system" > %{buildroot}%{_d
#
%if 0%{?suse_version}

%if 0%{!?add_service_start:1}
%define add_service_start() \
%{service_add %{1}} \
SERVICE=%1 \
#service_add $1 \
%fillup_and_insserv $SERVICE \
%nil
%endif

%else
# non suse, systemd
Expand Down

0 comments on commit 64fa202

Please sign in to comment.