aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/system/mandriva-everytime.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/system/mandriva-everytime.service')
-rw-r--r--systemd/system/mandriva-everytime.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/systemd/system/mandriva-everytime.service b/systemd/system/mandriva-everytime.service
new file mode 100644
index 00000000..676f8671
--- /dev/null
+++ b/systemd/system/mandriva-everytime.service
@@ -0,0 +1,13 @@
+[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
+RemainAfterExit=yes