mirror of
https://github.com/linuxserver/docker-syncthing.git
synced 2026-02-19 20:04:00 +08:00
Removed unnessesary
This commit is contained in:
parent
72384628c8
commit
e652e6f255
@ -1 +0,0 @@
|
||||
* * * * * abc /path/to/command/to/run.sh
|
||||
@ -1 +0,0 @@
|
||||
placeholder config file, delete in final container
|
||||
4
init/50_apt-update.sh
Normal file
4
init/50_apt-update.sh
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
apt-get update -qq
|
||||
apt-get --only-upgrade install -yqq syncthing
|
||||
@ -1,5 +0,0 @@
|
||||
#!/sample/file
|
||||
|
||||
Do not use numbers 00,01,99 for sorting
|
||||
Baseimage contains 10_add_user_abc.sh
|
||||
|
||||
@ -1,2 +0,0 @@
|
||||
#!/bin/bash
|
||||
exec /sbin/setuser abc "/command/to/execute"
|
||||
3
services/syncthing/run
Normal file
3
services/syncthing/run
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
umask 0000
|
||||
exec /sbin/setuser abc "syncthing -home=/config -no-browser -no-restart"
|
||||
Loading…
x
Reference in New Issue
Block a user