mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
13 lines
191 B
Desktop File
13 lines
191 B
Desktop File
[Unit]
|
|
Description=YunoHost mDNS service
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=mdns
|
|
Group=mdns
|
|
Type=simple
|
|
ExecStart=/usr/bin/yunomdns
|
|
StandardOutput=syslog
|
|
|
|
[Install]
|
|
WantedBy=default.target
|