summaryrefslogtreecommitdiffstats
path: root/dev-tools/exampleDracutModule/source/usr/lib/systemd/system/example.service
diff options
context:
space:
mode:
Diffstat (limited to 'dev-tools/exampleDracutModule/source/usr/lib/systemd/system/example.service')
-rw-r--r--dev-tools/exampleDracutModule/source/usr/lib/systemd/system/example.service10
1 files changed, 10 insertions, 0 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
new file mode 100644
index 00000000..83310c1d
--- /dev/null
+++ b/dev-tools/exampleDracutModule/source/usr/lib/systemd/system/example.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Simple example service
+After=dracut-pre-mount.service network.target
+DefaultDependencies=no
+
+[Service]
+Type=oneshot
+RemainAfterExit=true
+KillMode=none
+ExecStart=/usr/bin/bash -c '/usr/bin/echo test >/tmp/test-output.txt'