]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/swap.c
Merge pull request #14505 from poettering/refuse-on-failure
[thirdparty/systemd.git] / src / core / swap.c
index 225488282e889c8b4b4131605a7ef693b41e7b4f..473b3483ae777e113eafc8415179436d71833e26 100644 (file)
@@ -1590,6 +1590,8 @@ const UnitVTable swap_vtable = {
                 "Install\0",
         .private_section = "Swap",
 
+        .can_fail = true,
+
         .init = swap_init,
         .load = swap_load,
         .done = swap_done,