nixos/glusterfs: remove unused PYTHONPATH

this directory does not exists
This commit is contained in:
Jörg Thalheim 2018-12-20 14:54:56 +00:00
parent 855777ad22
commit 2dd13d4ba0

View file

@ -201,7 +201,6 @@ in
serviceConfig = {
Type="simple";
Environment="PYTHONPATH=${glusterfs}/usr/lib/python2.7/site-packages";
PIDFile="/run/glustereventsd.pid";
ExecStart="${glusterfs}/sbin/glustereventsd --pid-file /run/glustereventsd.pid";
ExecReload="/bin/kill -SIGUSR2 $MAINPID";