mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-08-07 17:25:44 +08:00
a765dc1759
* cleanup apt hook * Move VERSION into rootfs overlay * Use broad rootfs overlay copy
16 lines
318 B
Desktop File
16 lines
318 B
Desktop File
[Unit]
|
|
Description=Publish comma SSH service via Avahi
|
|
After=avahi-daemon.service network.target
|
|
Requires=avahi-daemon.service
|
|
Wants=network.target
|
|
StartLimitIntervalSec=0
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/comma/avahi-publish-service.sh
|
|
Restart=always
|
|
RestartSec=5
|
|
User=comma
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |