diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:31:19 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 461d4e6fb82df9d3e914b5f002b54b5aa792962a (patch) | |
tree | 45c8974b32b1017164daff404059a706fd41e9b8 /net-libs | |
parent | net-libs/phodav: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-461d4e6fb82df9d3e914b5f002b54b5aa792962a.tar.gz gentoo-461d4e6fb82df9d3e914b5f002b54b5aa792962a.tar.bz2 gentoo-461d4e6fb82df9d3e914b5f002b54b5aa792962a.zip |
net-libs/tox: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/tox/files/initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/tox/files/initd b/net-libs/tox/files/initd index 84ae908af5a7..f08c59457e5a 100644 --- a/net-libs/tox/files/initd +++ b/net-libs/tox/files/initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run PIDDIR=/run/tox-bootstrapd PIDFILE="${PIDDIR}"/tox-bootstrap.pid |