diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:35:11 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 127cb9c75ee40ada8108841336cf09310467dbb0 (patch) | |
tree | d650f3410e007490d190a33f24b8f9fd080c2404 /www-misc | |
parent | www-apps/tt-rss: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-127cb9c75ee40ada8108841336cf09310467dbb0.tar.gz gentoo-127cb9c75ee40ada8108841336cf09310467dbb0.tar.bz2 gentoo-127cb9c75ee40ada8108841336cf09310467dbb0.zip |
www-misc/monitorix: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'www-misc')
-rw-r--r-- | www-misc/monitorix/files/monitorix.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-misc/monitorix/files/monitorix.init b/www-misc/monitorix/files/monitorix.init index 630636f1eed3..a614bd0bd4a1 100644 --- a/www-misc/monitorix/files/monitorix.init +++ b/www-misc/monitorix/files/monitorix.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run depend() { need net |