From 7cda43cae585d3a40e0a2d65992388623093e35f Mon Sep 17 00:00:00 2001 From: Lukas Nykryn Date: Fri, 12 Jul 2013 13:03:45 +0200 Subject: rename fedora-* to rhel-* --- systemd/system/rhel-configure.service | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 systemd/system/rhel-configure.service (limited to 'systemd/system/rhel-configure.service') diff --git a/systemd/system/rhel-configure.service b/systemd/system/rhel-configure.service new file mode 100644 index 00000000..7ee34ceb --- /dev/null +++ b/systemd/system/rhel-configure.service @@ -0,0 +1,15 @@ +[Unit] +Description=Reconfigure the system on administrator request +DefaultDependencies=no +Conflicts=shutdown.target +Before=multi-user.target shutdown.target +After=local-fs.target +ConditionPathExists=/.unconfigured + +[Service] +ExecStart=/lib/systemd/rhel-configure +ExecStopPost=/bin/rm -f /.unconfigured +Type=oneshot +TimeoutSec=0 +StandardInput=tty +RemainAfterExit=yes -- cgit v1.2.1