forked from lix-project/lix
12 lines
249 B
SYSTEMD
12 lines
249 B
SYSTEMD
|
[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
|