diff options
Diffstat (limited to 'src/swap.c')
-rw-r--r-- | src/swap.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/swap.c b/src/swap.c index 6e41f9b68e..afc0c5faab 100644 --- a/src/swap.c +++ b/src/swap.c @@ -1339,6 +1339,10 @@ DEFINE_STRING_TABLE_LOOKUP(swap_exec_command, SwapExecCommand); const UnitVTable swap_vtable = { .suffix = ".swap", + .sections = + "Unit\0" + "Swap\0" + "Install\0", .no_alias = true, .no_instances = true, |