summarylogtreecommitdiffstats
path: root/swapspace.service
blob: af730ee009928d63389445ca65ffa8b538cfed14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=dynamic swap manager
Documentation=man:swapspace(8)
After=local-fs.target
Requires=local-fs.target
After=swap.target
Requires=swap.target

[Service]
Type=simple
ExecStart=/usr/bin/swapspace
Restart=always
RestartSec=30

[Install]
WantedBy=multi-user.target