Removed unnessesary

This commit is contained in:
Stian Buch Larsen 2015-08-25 15:15:23 +02:00
parent 72384628c8
commit e652e6f255
6 changed files with 7 additions and 9 deletions

View File

@ -1 +0,0 @@
* * * * * abc /path/to/command/to/run.sh

View File

@ -1 +0,0 @@
placeholder config file, delete in final container

4
init/50_apt-update.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
apt-get update -qq
apt-get --only-upgrade install -yqq syncthing

View File

@ -1,5 +0,0 @@
#!/sample/file
Do not use numbers 00,01,99 for sorting
Baseimage contains 10_add_user_abc.sh

View File

@ -1,2 +0,0 @@
#!/bin/bash
exec /sbin/setuser abc "/command/to/execute"

3
services/syncthing/run Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
umask 0000
exec /sbin/setuser abc "syncthing -home=/config -no-browser -no-restart"