mirror of
https://github.com/linuxserver/docker-plex.git
synced 2026-01-17 01:41:36 +08:00
4 lines
71 B
Bash
4 lines
71 B
Bash
#!/bin/bash
|
|
echo "Starting Avahi daemon"
|
|
exec avahi-daemon --no-chroot
|