summaryrefslogtreecommitdiff
path: root/cloudinit/distros
diff options
context:
space:
mode:
authorChad Smith <chad.smith@canonical.com>2017-10-31 13:10:21 -0600
committerChad Smith <chad.smith@canonical.com>2017-10-31 13:10:21 -0600
commitf8e9c9d670f742848034d1ffd22d7ef2126abf39 (patch)
tree511bab270fc89a2e4a95b8922891ac0c1bcb33fe /cloudinit/distros
parentb5ca0b1343faaf1a802ff3ff1c4231e1304ad770 (diff)
parenteb292c18c3d83b9f7e5d1fd81b0e8aefaab0cc2d (diff)
downloadvyos-cloud-init-f8e9c9d670f742848034d1ffd22d7ef2126abf39.tar.gz
vyos-cloud-init-f8e9c9d670f742848034d1ffd22d7ef2126abf39.zip
merge from master at 17.1-27-geb292c18
Diffstat (limited to 'cloudinit/distros')
-rw-r--r--cloudinit/distros/gentoo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/distros/gentoo.py b/cloudinit/distros/gentoo.py
index 0ad2f032..dc57717d 100644
--- a/cloudinit/distros/gentoo.py
+++ b/cloudinit/distros/gentoo.py
@@ -24,7 +24,7 @@ class Distro(distros.Distro):
network_conf_fn = '/etc/conf.d/net'
resolve_conf_fn = '/etc/resolv.conf'
hostname_conf_fn = '/etc/conf.d/hostname'
- init_cmd = ['service'] # init scripts
+ init_cmd = ['rc-service'] # init scripts
def __init__(self, name, cfg, paths):
distros.Distro.__init__(self, name, cfg, paths)