diff options
| author | Chad Smith <chad.smith@canonical.com> | 2017-10-31 13:10:21 -0600 |
|---|---|---|
| committer | Chad Smith <chad.smith@canonical.com> | 2017-10-31 13:10:21 -0600 |
| commit | f8e9c9d670f742848034d1ffd22d7ef2126abf39 (patch) | |
| tree | 511bab270fc89a2e4a95b8922891ac0c1bcb33fe /cloudinit/distros | |
| parent | b5ca0b1343faaf1a802ff3ff1c4231e1304ad770 (diff) | |
| parent | eb292c18c3d83b9f7e5d1fd81b0e8aefaab0cc2d (diff) | |
| download | vyos-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.py | 2 |
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) |
