diff options
author | Simon Rettberg | 2024-01-25 15:47:09 +0100 |
---|---|---|
committer | Simon Rettberg | 2024-01-29 09:53:08 +0100 |
commit | abb148916593de63554ef58c53cb1dd8fbbb0ab1 (patch) | |
tree | d8c640c33f699f3abc567d9bbf111190c779b7d2 /dev-tools | |
parent | [dnbd3-rootfs] Try optimized ext4 mount options if none are given (diff) | |
download | systemd-init-abb148916593de63554ef58c53cb1dd8fbbb0ab1.tar.gz systemd-init-abb148916593de63554ef58c53cb1dd8fbbb0ab1.tar.xz systemd-init-abb148916593de63554ef58c53cb1dd8fbbb0ab1.zip |
Try to use more systemd services
Diffstat (limited to 'dev-tools')
-rw-r--r-- | dev-tools/exampleDracutModule/source/usr/lib/systemd/system/example.service | 1 | ||||
-rw-r--r-- | dev-tools/exampleDracutModule/source/usr/lib/systemd/system/multi-user.target.wants/example.service | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/dev-tools/exampleDracutModule/source/usr/lib/systemd/system/example.service b/dev-tools/exampleDracutModule/source/usr/lib/systemd/system/example.service index 83310c1d..666cc9c3 100644 --- a/dev-tools/exampleDracutModule/source/usr/lib/systemd/system/example.service +++ b/dev-tools/exampleDracutModule/source/usr/lib/systemd/system/example.service @@ -6,5 +6,4 @@ DefaultDependencies=no [Service] Type=oneshot RemainAfterExit=true -KillMode=none ExecStart=/usr/bin/bash -c '/usr/bin/echo test >/tmp/test-output.txt' diff --git a/dev-tools/exampleDracutModule/source/usr/lib/systemd/system/multi-user.target.wants/example.service b/dev-tools/exampleDracutModule/source/usr/lib/systemd/system/multi-user.target.wants/example.service index 83310c1d..666cc9c3 100644 --- a/dev-tools/exampleDracutModule/source/usr/lib/systemd/system/multi-user.target.wants/example.service +++ b/dev-tools/exampleDracutModule/source/usr/lib/systemd/system/multi-user.target.wants/example.service @@ -6,5 +6,4 @@ DefaultDependencies=no [Service] Type=oneshot RemainAfterExit=true -KillMode=none ExecStart=/usr/bin/bash -c '/usr/bin/echo test >/tmp/test-output.txt' |