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:
parent
2fc2b12ea1
commit
8b0dd0fcdb
8
pkgs/servers/server-scripts/generic/functions
Normal file
8
pkgs/servers/server-scripts/generic/functions
Normal 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
|
Loading…
Reference in New Issue
Block a user