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

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