stubs for generic functions. This should grow into generic functions for

stopping/starting/querying services. No code yet...

svn path=/nixpkgs/trunk/; revision=4827
This commit is contained in:
Armijn Hemel 2006-02-16 18:25:05 +00:00
parent 2fc2b12ea1
commit 8b0dd0fcdb

View File

@ -0,0 +1,8 @@
#! @bash@/bin/sh -e
## Generic service scripts for NixOS, which provide
## * functions to write state to files (/var/run/nix-services)
## * functions to read state from file (/var/run/nix-services)
## * sanity checking functions
STATEDIR=/var/run/nix-services