aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/system/fedora-autoswap.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/system/fedora-autoswap.service')
-rw-r--r--systemd/system/fedora-autoswap.service12
1 files changed, 0 insertions, 12 deletions
diff --git a/systemd/system/fedora-autoswap.service b/systemd/system/fedora-autoswap.service
deleted file mode 100644
index 21754c9c..00000000
--- a/systemd/system/fedora-autoswap.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=Enable all detected swap partitions
-DefaultDependencies=no
-Conflicts=shutdown.target
-After=systemd-readahead-collect.service systemd-readahead-replay.service local-fs.target
-Before=swap.target shutdown.target
-
-[Service]
-ExecStart=/lib/systemd/fedora-autoswap
-Type=oneshot
-TimeoutSec=0
-RemainAfterExit=yes