mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
15 lines
265 B
Desktop File
15 lines
265 B
Desktop File
[Unit]
|
|
Description=Embassy Daemon
|
|
After=network.target systemd-time-wait-sync.service
|
|
Requires=network.target
|
|
Wants=avahi-daemon.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/local/bin/embassyd -vvv
|
|
Restart=always
|
|
RestartSec=3
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|