aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/system/fedora-autoswap.service
blob: c50879673fddb417e9719ea020305d7d0ce42ce0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Enable all detected swap partitions
DefaultDependencies=no
Conflicts=shutdown.target
Before=shutdown.target emergency.service emergency.target
After=fedora-mountall.service fedora-init-crypto-3.service
Requires=fedora-mountall.service fedora-init-crypto-3.service

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