diff --git a/skeleton-systemd/etc/systemd/system/scw-swapfile.service b/skeleton-systemd/etc/systemd/system/scw-swapfile.service index 90b8e2e..915e667 100644 --- a/skeleton-systemd/etc/systemd/system/scw-swapfile.service +++ b/skeleton-systemd/etc/systemd/system/scw-swapfile.service @@ -7,6 +7,7 @@ Before=sysinit.target Type=oneshot ExecStart=/usr/local/sbin/scw-swapfile start ExecStop=-/usr/local/sbin/scw-swapfile stop +RemainAfterExit=yes [Install] WantedBy=multi-user.target