fixes to nix-worker systemd service descriptor: - remove commented-out lines - register the file for distribution in Makefile.am

This commit is contained in:
Michel Alexandre Salim
2012-05-31 08:59:36 -04:00
committed by Eelco Dolstra
parent a7ed1f67ee
commit 221626e715
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
SUBDIRS = src perl scripts corepkgs doc misc tests
EXTRA_DIST = substitute.mk nix.spec nix.spec.in bootstrap.sh \
nix.conf.example NEWS version
nix.conf.example NEWS version misc/systemd/nix-worker.service
pkginclude_HEADERS = config.h
-2
View File
@@ -4,8 +4,6 @@ After=syslog.target
[Service]
Type=simple
#PIDFile=/var/run/tuned/tuned.pid
#BusName=com.redhat.tuned
ExecStart=/usr/bin/nix-worker --daemon
[Install]