diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:33:48 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | d14fd04c41ad4c6a70a3263aac0e7872fe3bcbb0 (patch) | |
tree | a4f96e4d40bb125db42c110002aba70c84d38fae /sys-apps/tuned | |
parent | sys-apps/timer_entropyd: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-d14fd04c41ad4c6a70a3263aac0e7872fe3bcbb0.tar.gz gentoo-d14fd04c41ad4c6a70a3263aac0e7872fe3bcbb0.tar.bz2 gentoo-d14fd04c41ad4c6a70a3263aac0e7872fe3bcbb0.zip |
sys-apps/tuned: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-apps/tuned')
-rw-r--r-- | sys-apps/tuned/files/tuned.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/tuned/files/tuned.initd b/sys-apps/tuned/files/tuned.initd index 3ebdef3daa26..2914b27aab6a 100644 --- a/sys-apps/tuned/files/tuned.initd +++ b/sys-apps/tuned/files/tuned.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |