aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/system/fedora-autorelabel-mark.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/system/fedora-autorelabel-mark.service')
-rw-r--r--systemd/system/fedora-autorelabel-mark.service15
1 files changed, 0 insertions, 15 deletions
diff --git a/systemd/system/fedora-autorelabel-mark.service b/systemd/system/fedora-autorelabel-mark.service
deleted file mode 100644
index 33b5147b..00000000
--- a/systemd/system/fedora-autorelabel-mark.service
+++ /dev/null
@@ -1,15 +0,0 @@
-[Unit]
-Description=Mark the need to relabel after reboot
-DefaultDependencies=no
-Requires=local-fs.target
-Conflicts=shutdown.target
-After=local-fs.target
-Before=sysinit.target shutdown.target
-ConditionSecurity=!selinux
-ConditionPathIsDirectory=/etc/selinux
-ConditionPathExists=!/.autorelabel
-
-[Service]
-ExecStart=-/bin/touch /.autorelabel
-Type=oneshot
-RemainAfterExit=yes