mirror of
https://github.com/NixOS/nix
synced 2025-07-08 02:43:54 +02:00
Install systemd units
This commit is contained in:
parent
8e5fbf4d73
commit
84d6936371
7 changed files with 25 additions and 18 deletions
11
misc/systemd/nix-daemon.socket.in
Normal file
11
misc/systemd/nix-daemon.socket.in
Normal file
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=Nix Daemon Socket
|
||||
Before=multi-user.target
|
||||
RequiresMountsFor=@storedir@
|
||||
ConditionPathIsReadWrite=@localstatedir@/nix/daemon-socket
|
||||
|
||||
[Socket]
|
||||
ListenStream=@localstatedir@/nix/daemon-socket/socket
|
||||
|
||||
[Install]
|
||||
WantedBy=sockets.target
|
Loading…
Add table
Add a link
Reference in a new issue