aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/system/fedora-autoswap.service
blob: 044d8d08971a9e64ce410e5ce97c876622e22bb6 (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
Before=swap.target shutdown.target

[Service]
ExecStart=/lib/systemd/fedora-autoswap
Type=oneshot
TimeoutSec=0
RemainAfterExit=yes