summaryrefslogtreecommitdiffstats
path: root/dev-tools/exampleDracutModule/source/usr/lib/systemd/system/example.service
blob: 666cc9c33c7ba8f06d0088c66765ac5e3b3114cd (plain) (blame)
1
2
3
4
5
6
7
8
9
[Unit]
Description=Simple example service
After=dracut-pre-mount.service network.target
DefaultDependencies=no

[Service]
Type=oneshot
RemainAfterExit=true
ExecStart=/usr/bin/bash -c '/usr/bin/echo test >/tmp/test-output.txt'