1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-17 22:15:17 +03:00
aports/testing/nix/nix-daemon.initd
Jakub Jirutka 16fdfc62d0 testing/nix: new aport
https://nixos.org/nix/
The purely functional package manager
2018-10-11 02:33:24 +02:00

7 lines
152 B
Bash

#!/sbin/openrc-run
description="Nix multi-user support daemon"
command="/usr/sbin/nix-daemon"
command_background="yes"
pidfile="/run/$RC_SVCNAME.pid"