summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/systemd/templates/sleeper@.service
blob: 8b47982a013aa65b99f3f978dfda64d1ba4e895b (plain)
1
2
3
4
5
6
7
8
[Unit]
Description=Basic service to use as a template

[Service]
ExecStart={{ sleep_bin_path }} %i

[Install]
WantedBy=multi-user.target