mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-17 22:15:17 +03:00
7 lines
152 B
Bash
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"
|