mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
9 lines
185 B
SYSTEMD
9 lines
185 B
SYSTEMD
|
[Unit]
|
||
|
Description=Service that never leaves state ACTIVATING
|
||
|
Requires=always-activating.socket
|
||
|
After=always-activating.socket
|
||
|
|
||
|
[Service]
|
||
|
Type=notify
|
||
|
ExecStart=bash -c 'sleep infinity'
|