aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/system/rhel-configure.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/system/rhel-configure.service')
-rw-r--r--systemd/system/rhel-configure.service5
1 files changed, 4 insertions, 1 deletions
diff --git a/systemd/system/rhel-configure.service b/systemd/system/rhel-configure.service
index 7ee34ceb..68fbe788 100644
--- a/systemd/system/rhel-configure.service
+++ b/systemd/system/rhel-configure.service
@@ -7,9 +7,12 @@ After=local-fs.target
ConditionPathExists=/.unconfigured
[Service]
-ExecStart=/lib/systemd/rhel-configure
+ExecStart=/usr/lib/systemd/rhel-configure
ExecStopPost=/bin/rm -f /.unconfigured
Type=oneshot
TimeoutSec=0
StandardInput=tty
RemainAfterExit=yes
+
+[Install]
+WantedBy=multi-user.target