libs/systemd.py: nicer ordering for Swap

This commit is contained in:
cronekorkn 2023-05-04 18:08:18 +02:00
parent c0ccd78517
commit 4e9c6bf67b
Signed by: cronekorkn
SSH key fingerprint: SHA256:v0410ZKfuO1QHdgKBsdQNF64xmTxOF8osF1LIqwTcVw

View file

@ -28,6 +28,7 @@ order = [
'Unit',
'Timer',
'Service',
'Swap',
'Install',
]