add waitboot.service
This commit is contained in:
9
to_home/.config/systemd/user/waitboot.service
Normal file
9
to_home/.config/systemd/user/waitboot.service
Normal file
@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description = wait a little after startup
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart = /usr/bin/sleep 10
|
||||
|
||||
[Install]
|
||||
WantedBy = default.target
|
Reference in New Issue
Block a user