about summary refs log tree commit diff
path: root/misc
diff options
context:
space:
mode:
authorMichel Alexandre Salim <michel@sylvestre.me>2012-05-30T01·31+0700
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-05-31T12·59-0400
commit221626e7155c184d34c1e43ade92462b45c3992f (patch)
tree733f9a47a99979defc9ee38f4bc8936a1b36158e /misc
parenta7ed1f67ee5dbbdbe45e15e6461b5f7c886747d8 (diff)
fixes to nix-worker systemd service descriptor: - remove commented-out lines - register the file for distribution in Makefile.am
Diffstat (limited to 'misc')
-rw-r--r--misc/systemd/nix-worker.service2
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/systemd/nix-worker.service b/misc/systemd/nix-worker.service
index 1701088853..2ededfea80 100644
--- a/misc/systemd/nix-worker.service
+++ b/misc/systemd/nix-worker.service
@@ -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]