diff options
-rw-r--r-- | systemd/system/mandriva-boot-links.service | 1 | ||||
-rw-r--r-- | systemd/system/mandriva-clean-var-run-lock.service | 1 | ||||
-rw-r--r-- | systemd/system/mandriva-everytime.service | 1 | ||||
-rw-r--r-- | systemd/system/mandriva-kmsg-loglevel.service | 1 | ||||
-rw-r--r-- | systemd/system/mandriva-save-dmesg.service | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/systemd/system/mandriva-boot-links.service b/systemd/system/mandriva-boot-links.service index 202dfc58..ced82ef0 100644 --- a/systemd/system/mandriva-boot-links.service +++ b/systemd/system/mandriva-boot-links.service @@ -9,3 +9,4 @@ Before=shutdown.target [Service] ExecStart=-/lib/systemd/mandriva-boot-links Type=oneshot +RemainAfterExit=yes diff --git a/systemd/system/mandriva-clean-var-run-lock.service b/systemd/system/mandriva-clean-var-run-lock.service index 2abfeed4..1fa808ce 100644 --- a/systemd/system/mandriva-clean-var-run-lock.service +++ b/systemd/system/mandriva-clean-var-run-lock.service @@ -16,3 +16,4 @@ Type=oneshot ExecStart=-/usr/bin/find /var/lock /var/run -depth ! -type d ! -path /var/lock/TMP_1ST -delete ExecStartPost=-/bin/touch /run/.suppress-mandriva-var-clean IOSchedulingClass=idle +RemainAfterExit=yes diff --git a/systemd/system/mandriva-everytime.service b/systemd/system/mandriva-everytime.service index 68fa89d9..676f8671 100644 --- a/systemd/system/mandriva-everytime.service +++ b/systemd/system/mandriva-everytime.service @@ -10,3 +10,4 @@ ExecStart=-/etc/init.d/mandrake_everytime Type=oneshot TimeoutSec=0 StandardInput=tty +RemainAfterExit=yes diff --git a/systemd/system/mandriva-kmsg-loglevel.service b/systemd/system/mandriva-kmsg-loglevel.service index dc89d5ac..4e92e429 100644 --- a/systemd/system/mandriva-kmsg-loglevel.service +++ b/systemd/system/mandriva-kmsg-loglevel.service @@ -7,3 +7,4 @@ Conflicts=shutdown.target EnvironmentFile=/etc/sysconfig/init ExecStart=/bin/dmesg -n $LOGLEVEL Type=oneshot +RemainAfterExit=yes diff --git a/systemd/system/mandriva-save-dmesg.service b/systemd/system/mandriva-save-dmesg.service index c53f350d..d5387325 100644 --- a/systemd/system/mandriva-save-dmesg.service +++ b/systemd/system/mandriva-save-dmesg.service @@ -9,3 +9,4 @@ Wants=udev.service udev-settle.service [Service] ExecStart=-/lib/systemd/mandriva-save-dmesg Type=oneshot +RemainAfterExit=yes |