10 lines
140 B
Desktop File
10 lines
140 B
Desktop File
[Unit]
|
|
Description = wait a little after startup
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart = /usr/bin/sleep 10
|
|
|
|
[Install]
|
|
WantedBy = default.target
|