diff --git a/skeleton-openrc/etc/init.d/scw-hostname b/skeleton-openrc/etc/init.d/scw-hostname index 734c534..9f10df6 100755 --- a/skeleton-openrc/etc/init.d/scw-hostname +++ b/skeleton-openrc/etc/init.d/scw-hostname @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright (c) 2015 Scaleway # Released under the MIT license. diff --git a/skeleton-openrc/etc/init.d/scw-initramfs-shutdown b/skeleton-openrc/etc/init.d/scw-initramfs-shutdown index 5b5d851..8015525 100755 --- a/skeleton-openrc/etc/init.d/scw-initramfs-shutdown +++ b/skeleton-openrc/etc/init.d/scw-initramfs-shutdown @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright (c) 2015 Scaleway # Released under the MIT license. diff --git a/skeleton-openrc/etc/init.d/scw-ssh-keys b/skeleton-openrc/etc/init.d/scw-ssh-keys index 5aaa808..ecbc937 100755 --- a/skeleton-openrc/etc/init.d/scw-ssh-keys +++ b/skeleton-openrc/etc/init.d/scw-ssh-keys @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright (c) 2015 Scaleway # Released under the MIT license. diff --git a/skeleton-openrc/etc/init.d/scw-sshd-keys b/skeleton-openrc/etc/init.d/scw-sshd-keys index 30a1181..35b7d66 100755 --- a/skeleton-openrc/etc/init.d/scw-sshd-keys +++ b/skeleton-openrc/etc/init.d/scw-sshd-keys @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright (c) 2015 Scaleway # Released under the MIT license. diff --git a/skeleton-openrc/etc/init.d/scw-swapfile b/skeleton-openrc/etc/init.d/scw-swapfile index d3a3bdc..80d8ea8 100755 --- a/skeleton-openrc/etc/init.d/scw-swapfile +++ b/skeleton-openrc/etc/init.d/scw-swapfile @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright (c) 2015 Scaleway # Released under the MIT license. diff --git a/skeleton-openrc/etc/init.d/scw-sync-kernel-extra b/skeleton-openrc/etc/init.d/scw-sync-kernel-extra index 7635c20..b14a45c 100755 --- a/skeleton-openrc/etc/init.d/scw-sync-kernel-extra +++ b/skeleton-openrc/etc/init.d/scw-sync-kernel-extra @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright (c) 2015 Scaleway # Released under the MIT license.