summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-10-03 17:57:20 -0400
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-10-03 17:59:23 -0400
commite35d6f78dc797150451f5134833afa0ecdf4a241 (patch)
tree052a38cce623d3d6e5075023a229e5f32c441238 /misc
parent522ecab9b83902de5a3010b50b9532e376cbba4c (diff)
Rename nix-worker to nix-daemon
Diffstat (limited to 'misc')
-rw-r--r--misc/systemd/nix-daemon.service (renamed from misc/systemd/nix-worker.service)2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/systemd/nix-worker.service b/misc/systemd/nix-daemon.service
index 2ededfea8..ee28209f0 100644
--- a/misc/systemd/nix-worker.service
+++ b/misc/systemd/nix-daemon.service
@@ -4,7 +4,7 @@ After=syslog.target
[Service]
Type=simple
-ExecStart=/usr/bin/nix-worker --daemon
+ExecStart=/usr/bin/nix-daemon
[Install]
WantedBy=multi-user.target