aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/system/fedora-swapon.service
blob: 4b9450265b328ae9fac4834d8cb1a3e2da49e1ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Configure the system if the administrator requested it
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-swapon
Type=oneshot
TimeoutSec=0
RemainAfterExit=yes