mirror of
https://github.com/kageurufu/steamdeck_startup_animations.git
synced 2024-11-16 15:49:20 +01:00
12 lines
277 B
SYSTEMD
12 lines
277 B
SYSTEMD
|
[Unit]
|
||
|
Description=Randomize deck_startup.webm after boot
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
WorkingDirectory=/home/deck/homebrew/startup_animations
|
||
|
# ExecStartPre=/bin/sleep 30
|
||
|
ExecStart=/home/deck/homebrew/startup_animations/randomize_deck_startup.sh
|