mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
11 lines
158 B
Desktop File
11 lines
158 B
Desktop File
[Unit]
|
|
Description=Boot process for system setup.
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/root/setup.sh
|
|
RemainAfterExit=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|