mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Make it rely on network-online.target instead of network.target Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
15 lines
258 B
Desktop File
15 lines
258 B
Desktop File
[Unit]
|
|
Description=YunoHost mDNS service
|
|
Wants=network-online.target
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
User=mdns
|
|
Group=mdns
|
|
Type=simple
|
|
Environment=PYTHONUNBUFFERED=1
|
|
ExecStart=/usr/bin/yunomdns
|
|
StandardOutput=journal
|
|
|
|
[Install]
|
|
WantedBy=default.target
|