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 /misc/systemd/nix-daemon.service | |
parent | 8e5fbf4d730b9fcf39eddf5539a206cf19d2cdce (diff) |
Install systemd units
Diffstat (limited to 'misc/systemd/nix-daemon.service')
-rw-r--r-- | misc/systemd/nix-daemon.service | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/misc/systemd/nix-daemon.service b/misc/systemd/nix-daemon.service deleted file mode 100644 index ee28209f090e..000000000000 --- a/misc/systemd/nix-daemon.service +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=Helper daemon for managing secure, multi-user Nix stores -After=syslog.target - -[Service] -Type=simple -ExecStart=/usr/bin/nix-daemon - -[Install] -WantedBy=multi-user.target |