10 lines
142 B
Desktop File
10 lines
142 B
Desktop File
[Unit]
|
|
Description=Fake oneshot service for testing
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/sleep 5s
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|