mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 18:31:52 +00:00
14 lines
219 B
Desktop File
14 lines
219 B
Desktop File
[Unit]
|
|
Description=Embassy Daemon
|
|
After=embassy-init.service
|
|
Requires=embassy-init.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/local/bin/embassyd -vvv
|
|
Restart=always
|
|
RestartSec=3
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|