diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-04-07T09·18+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-04-07T09·50+0200 |
commit | 84d6936371037559704337614c65007a8e61b5e1 (patch) | |
tree | eb21a77502e0c67d525128e74212606e11ce0ea5 /nix.spec.in | |
parent | 8e5fbf4d730b9fcf39eddf5539a206cf19d2cdce (diff) |
Install systemd units
Diffstat (limited to 'nix.spec.in')
-rw-r--r-- | nix.spec.in | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/nix.spec.in b/nix.spec.in index f067c3896fb2..1457308d1e0e 100644 --- a/nix.spec.in +++ b/nix.spec.in @@ -132,14 +132,6 @@ done # (until this is fixed in the relevant Makefile) chmod -x $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/nix.sh -# systemd not available on RHEL yet -%if ! 0%{?rhel} -# install systemd service descriptor -mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/systemd/system -cp -p misc/systemd/nix-daemon.service \ - $RPM_BUILD_ROOT%{_prefix}/lib/systemd/system/ -%endif - # Copy the byte-compiled mode file by hand cp -p misc/emacs/nix-mode.elc $RPM_BUILD_ROOT%{_emacs_sitelispdir}/ |