diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:27:42 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 02002d60beb17cc6e042bffda8528ab8b2407b33 (patch) | |
tree | 17cb1cc514b17f50cc2407937a6b57fc6ee72caf | |
parent | b20238f34b09e665eb5538a42a4cb952aea05a59 (diff) | |
download | gentoo-02002d60beb17cc6e042bffda8528ab8b2407b33.tar.gz gentoo-02002d60beb17cc6e042bffda8528ab8b2407b33.tar.xz |
app-misc/taskd: use #!/sbin/openrc-run instead of #!/sbin/runscript
-rw-r--r-- | app-misc/taskd/files/taskd.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/taskd/files/taskd.initd b/app-misc/taskd/files/taskd.initd index bbee5216694..a71a61e6343 100644 --- a/app-misc/taskd/files/taskd.initd +++ b/app-misc/taskd/files/taskd.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |