aboutsummaryrefslogtreecommitdiffstats
path: root/systemd
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2012-04-06 11:03:39 +0100
committerColin Guthrie <colin@mageia.org>2012-04-06 11:03:39 +0100
commit85094b4788ac428b55f31d371f8d776b23837ae1 (patch)
tree0531f7a45d5f6e60f1880b448abfd22961daabd7 /systemd
parent50d5be08ca006dcd367bdc9cd1ed894641e0bbff (diff)
downloadinitscripts-85094b4788ac428b55f31d371f8d776b23837ae1.tar
initscripts-85094b4788ac428b55f31d371f8d776b23837ae1.tar.gz
initscripts-85094b4788ac428b55f31d371f8d776b23837ae1.tar.bz2
initscripts-85094b4788ac428b55f31d371f8d776b23837ae1.tar.xz
initscripts-85094b4788ac428b55f31d371f8d776b23837ae1.zip
systemd: Add RemainAfterExit to the Mandriva services.
This just reflects better that they have been run an all is well when looking at systemctl --all output.
Diffstat (limited to 'systemd')
-rw-r--r--systemd/system/mandriva-boot-links.service1
-rw-r--r--systemd/system/mandriva-clean-var-run-lock.service1
-rw-r--r--systemd/system/mandriva-everytime.service1
-rw-r--r--systemd/system/mandriva-kmsg-loglevel.service1
-rw-r--r--systemd/system/mandriva-save-dmesg.service1
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