diff options
Diffstat (limited to 'systemd/system/mandriva-everytime.service')
-rw-r--r-- | systemd/system/mandriva-everytime.service | 12 |
1 files changed, 12 insertions, 0 deletions
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 |