mirror of
https://github.com/linuxserver/docker-syncthing.git
synced 2026-02-19 20:04:00 +08:00
5 lines
124 B
Bash
5 lines
124 B
Bash
#!/bin/bash
|
|
|
|
umask 0000
|
|
|
|
exec /sbin/setuser abc syncthing -home=/config -no-browser -no-restart --gui-address="0.0.0.0:8384" |