From be75c98a06d569fbaa2d86f92676af961795d094 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Fri, 21 Oct 2011 01:28:48 +0100 Subject: Add the mdkconf patch --- systemd/system/mandriva-everytime.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 systemd/system/mandriva-everytime.service (limited to 'systemd/system/mandriva-everytime.service') diff --git a/systemd/system/mandriva-everytime.service b/systemd/system/mandriva-everytime.service new file mode 100644 index 00000000..68fa89d9 --- /dev/null +++ b/systemd/system/mandriva-everytime.service @@ -0,0 +1,12 @@ +[Unit] +Description=Reconfigure the system on administrator request +DefaultDependencies=no +Conflicts=shutdown.target +Before=basic.target shutdown.target +After=local-fs.target + +[Service] +ExecStart=-/etc/init.d/mandrake_everytime +Type=oneshot +TimeoutSec=0 +StandardInput=tty -- cgit v1.2.1