Files
start-os/build/initialization.service
kn0wmad 8cff6e1cd0 Setup Scripts (#472)
* Init commit of setup scripts

* Minor edit

* Script edit and dir rename

* Oops

* Updated README

* Updated scripts/readme

* Additional Script/README updates

* Further Script updates

* BuildGuide updates

* More git fuckery

* Init commit of setup scripts

* Minor edit

* Script edit and dir rename

* Oops

* Updated scripts/readme

* Script/README updates

* Additional Script/README updates

* Script/README edits

* Copy script edit

* Copy script edit

* Filesystem script edit

* More edits

* Guide edit

* Makefile

* fixes ui build scripts to use submodules (#546)

* fix product key generation

Co-authored-by: Aiden McClelland <me@drbonez.dev>
Co-authored-by: Keagan McClelland <keagan.mcclelland@gmail.com>
2021-09-30 13:07:12 -06:00

11 lines
185 B
Desktop File

[Unit]
Description=Boot process for system initialization.
[Service]
Type=oneshot
ExecStart=/usr/local/bin/initialization.sh
RemainAfterExit=true
[Install]
WantedBy=multi-user.target