mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
16 lines
382 B
Desktop File
16 lines
382 B
Desktop File
[Unit]
|
|
Description=Embassy Init
|
|
After=network.target
|
|
Requires=network.target
|
|
Wants=avahi-daemon.service nginx.service tor.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
Environment=RUST_LOG=embassy_init=debug,embassy=debug,js_engine=debug,patch_db=warn
|
|
ExecStart=/usr/local/bin/embassy-init
|
|
RemainAfterExit=true
|
|
StandardOutput=append:/var/log/embassy-init.log
|
|
|
|
[Install]
|
|
WantedBy=embassyd.service
|