Skip to content

Instantly share code, notes, and snippets.

View ljleb's full-sized avatar

ljleb

View GitHub Profile
@Tayrannosaur
Tayrannosaur / nix-daemon
Last active December 3, 2022 12:48
nix-daemon service script for OpenRC
#!/sbin/openrc-run
name="nix-daemon"
description="Nix Daemon"
supervisor="supervise-daemon"
command="/nix/var/nix/profiles/default/bin/nix-daemon"
pidfile="/run/${RC_SVCNAME}.pid"
command_background=true