mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
13 lines
295 B
Desktop File
13 lines
295 B
Desktop File
[Unit]
|
|
Description=Boot process for system initialization.
|
|
After=network-online.target systemd-time-wait-sync.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/bin/init-with-sound.sh
|
|
RemainAfterExit=true
|
|
StandardOutput=append:/var/log/initialization.log
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|