1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/nixos
Bas van Dijk 3ac171cefb graphite service: store PID files under /run and configure systemd to use them
The advantage of putting the PID file under the ephemeral /run is that
when the machine crashes /run gets cleared allowing graphite to start
once the machine is rebooted.

We also set the PIDFile systemd option so that systemd knows the correct
PID and enables systemd to remove the file after service shut down.
2015-11-29 14:17:23 +01:00
..
doc/manual release-notes: add longview as a new service 2015-11-26 21:43:11 +00:00
lib Enable to create hybrid ISO without UEFI boot 2015-11-28 08:55:47 +03:00
maintainers
modules graphite service: store PID files under /run and configure systemd to use them 2015-11-29 14:17:23 +01:00
tests add nixos/tests/sddm 2015-11-23 06:39:19 -06:00
COPYING
default.nix
README
release-combined.nix
release-small.nix
release.nix add nixos/tests/sddm 2015-11-23 06:39:19 -06:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nixos.org/nixos and in the manual in doc/manual.