aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/system/fedora-autoswap.service
blob: 8cd881d96b2ed6684ac4cf415f1ece1f3c6f15f6 (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=local-fs.target fedora-init-crypto-3.service
Requires=local-fs.target fedora-init-crypto-3.service

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