From cdf9e574e0f8efb42edfc3f1286410ddd0ed4174 Mon Sep 17 00:00:00 2001 From: Gregory Kurtzer Date: Fri, 24 Sep 2021 13:50:23 -0700 Subject: [PATCH] Fix systemctl servicename --- containers/Singularity/centos-8.def | 2 +- containers/Singularity/rocky-8.def | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/containers/Singularity/centos-8.def b/containers/Singularity/centos-8.def index 50c69bd7..a3a6e66f 100644 --- a/containers/Singularity/centos-8.def +++ b/containers/Singularity/centos-8.def @@ -16,6 +16,6 @@ Include: dnf pciutils vim-minimal shadow-utils strace cronie crontabs cpio \ wget centos-release ipmitool yum network-scripts - systemctl enable network-scripts + systemctl enable network touch /etc/sysconfig/disable-deprecation-warnings \ No newline at end of file diff --git a/containers/Singularity/rocky-8.def b/containers/Singularity/rocky-8.def index 40a4048e..1f37857f 100644 --- a/containers/Singularity/rocky-8.def +++ b/containers/Singularity/rocky-8.def @@ -16,6 +16,6 @@ Include: dnf pciutils vim-minimal shadow-utils strace cronie crontabs cpio \ wget rocky-release ipmitool yum network-scripts - systemctl enable network-scripts + systemctl enable network touch /etc/sysconfig/disable-deprecation-warnings \ No newline at end of file