mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-28 02:30:25 +01:00
Do also not hard code the pid file location.
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4266 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
3a2eb0bbcb
commit
a3bce59091
1 changed files with 2 additions and 1 deletions
|
|
@ -17,6 +17,7 @@ set -e
|
|||
prefix=@prefix@
|
||||
exec_prefix=@prefix@
|
||||
sbindir=@sbindir@
|
||||
localstatedir=@localstatedir@
|
||||
|
||||
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
|
||||
DESC="network connection manager"
|
||||
|
|
@ -24,7 +25,7 @@ NAME="NetworkManager"
|
|||
|
||||
DAEMON=${sbindir}/$NAME
|
||||
|
||||
PIDDIR=/var/run/NetworkManager
|
||||
PIDDIR=${localstatedir}/run/NetworkManager
|
||||
PIDFILE=$PIDDIR/$NAME.pid
|
||||
|
||||
USER=root
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue