diff options
author | Michael I Doherty <michael.i.doherty@intel.com> | 2013-07-16 14:47:10 +0100 |
---|---|---|
committer | Ćukasz Stelmach <l.stelmach@samsung.com> | 2013-10-07 16:18:59 +0200 |
commit | 059e44972473f5f528409a5bda912cae42fb62a1 (patch) | |
tree | c72f6e982b7a575678a41387dd0e73e8f4af38bb | |
parent | 9c5e05cd0c93ebd11bc16b9e3fd3fb5858926fef (diff) | |
download | cups-059e44972473f5f528409a5bda912cae42fb62a1.tar.gz cups-059e44972473f5f528409a5bda912cae42fb62a1.tar.bz2 cups-059e44972473f5f528409a5bda912cae42fb62a1.zip |
Only use systemd socket activation, do not enable service itself
-rw-r--r-- | packaging/cups.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packaging/cups.spec b/packaging/cups.spec index 81da63e..ade28a6 100644 --- a/packaging/cups.spec +++ b/packaging/cups.spec @@ -255,13 +255,13 @@ rm -rf %{buildroot}/etc/xinetd.d /usr/sbin/groupadd -g 71 -o -r ntadmin 2>/dev/null || : %post -%systemd_post cups.service cups.socket cups.path +%systemd_post cups.socket cups.path %preun -%systemd_preun cups.service cups.socket cups.path +%systemd_preun cups.socket cups.path %postun -%systemd_postun cups.service cups.socket cups.path +%systemd_postun cups.socket cups.path %post libs -p /sbin/ldconfig |