summaryrefslogtreecommitdiffstats
path: root/test/testsuite-03.units/always-activating.service
blob: 93ddb85c75fe6cd1e36d5c6e030ba2054cb65d61 (plain)
1
2
3
4
5
6
7
8
[Unit]
Description=Service that never leaves state ACTIVATING
Requires=always-activating.socket
After=always-activating.socket

[Service]
Type=notify
ExecStart=bash -c 'sleep infinity'