diff options
author | Aki <please@ignore.pl> | 2024-01-25 00:56:34 +0100 |
---|---|---|
committer | Aki <please@ignore.pl> | 2024-01-25 00:56:34 +0100 |
commit | 4a0697a0e19fcf7b19abbabffb14cba33aee3491 (patch) | |
tree | 1d16f245d2098ac4f08aa42b5b546cdcd5569e86 /.gitignore | |
download | systemd-ready-for-shutdown-4a0697a0e19fcf7b19abbabffb14cba33aee3491.zip systemd-ready-for-shutdown-4a0697a0e19fcf7b19abbabffb14cba33aee3491.tar.gz systemd-ready-for-shutdown-4a0697a0e19fcf7b19abbabffb14cba33aee3491.tar.bz2 |
Naive approach that seems to work with mayohiga
One of the important flaws is that if one of the intended services will
not run, then shutdown may not happen at all. With current mayohiga
setup this will not happen but it may break in any other case.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..92389d9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.service +*.target.8 |