mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 18:31:52 +00:00
11 lines
245 B
Desktop File
11 lines
245 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
|
|
Restart=always
|
|
RestartSec=3
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |