mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
* pack compressed assets into single binary * update naming * tweaks * fix build * fix cargo lock * rename CLI * remove explicit ref name
19 lines
361 B
Desktop File
19 lines
361 B
Desktop File
[Unit]
|
|
Description=StartOS Daemon
|
|
After=network-online.target
|
|
Requires=network-online.target
|
|
Wants=avahi-daemon.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
Environment=RUST_LOG=startos=debug,js_engine=debug,patch_db=warn
|
|
ExecStart=/usr/bin/startd
|
|
Restart=always
|
|
RestartSec=3
|
|
ManagedOOMPreference=avoid
|
|
CPUAccounting=true
|
|
CPUWeight=1000
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|