mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
* wip * fix build * run debian update in systemd-nspawn * bugfix * fix build * free up space before image build
9 lines
217 B
Desktop File
9 lines
217 B
Desktop File
[Unit]
|
|
Description=StartOS Container Runtime
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/node --experimental-detect-module --unhandled-rejections=warn /usr/lib/startos/init/index.js
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |