mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
18 lines
341 B
Desktop File
18 lines
341 B
Desktop File
[Unit]
|
|
Description=Embassy Daemon
|
|
After=embassy-init.service
|
|
Requires=embassy-init.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
Environment=RUST_LOG=embassyd=debug,embassy=debug,js_engine=debug
|
|
ExecStart=/usr/local/bin/embassyd
|
|
Restart=always
|
|
RestartSec=3
|
|
ManagedOOMPreference=avoid
|
|
CPUAccounting=true
|
|
CPUWeight=1000
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|