libs/systemd.py: nicer ordering for Swap

This commit is contained in:
cronekorkn 2023-05-04 17:15:10 +02:00
parent b6cfc84e86
commit 6621459820
Signed by: cronekorkn
SSH key fingerprint: SHA256:v0410ZKfuO1QHdgKBsdQNF64xmTxOF8osF1LIqwTcVw

View file

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