mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[mdns] Fix service user
This commit is contained in:
parent
a343490f30
commit
212ea635df
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ Description=YunoHost mDNS service
|
|||
After=network.target
|
||||
|
||||
[Service]
|
||||
User=avahi
|
||||
Group=avahi
|
||||
User=mdns
|
||||
Group=mdns
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/yunomdns
|
||||
StandardOutput=syslog
|
||||
|
|
Loading…
Add table
Reference in a new issue