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