diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-10-11 02:30:47 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-10-11 02:33:24 +0200 |
commit | 16fdfc62d0fff4f5f155681cf1c48f7bd8ea4628 (patch) | |
tree | f85586d4eb8eb86e1a8eda6260827dc5f18e149f /testing/nix/nix-daemon.initd | |
parent | 3018d94db569948a6a070ca0c1c20e254f820513 (diff) | |
download | aports-16fdfc62d0fff4f5f155681cf1c48f7bd8ea4628.tar.bz2 aports-16fdfc62d0fff4f5f155681cf1c48f7bd8ea4628.tar.xz |
testing/nix: new aport
https://nixos.org/nix/
The purely functional package manager
Diffstat (limited to 'testing/nix/nix-daemon.initd')
-rw-r--r-- | testing/nix/nix-daemon.initd | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/nix/nix-daemon.initd b/testing/nix/nix-daemon.initd new file mode 100644 index 0000000000..fe81aa8e2b --- /dev/null +++ b/testing/nix/nix-daemon.initd @@ -0,0 +1,7 @@ +#!/sbin/openrc-run + +description="Nix multi-user support daemon" + +command="/usr/sbin/nix-daemon" +command_background="yes" +pidfile="/run/$RC_SVCNAME.pid" |