aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/system/fedora-autoswap.service
blob: 21754c9c3932262351a4bddffd698d8416567ef7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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