This commit is contained in:
alban 2020-09-21 19:03:01 +02:00
commit b3572e8ace
5 changed files with 176 additions and 0 deletions

11
files/lxc/config Normal file
View file

@ -0,0 +1,11 @@
arch: amd64
cores: 1
hostname: alternc
memory: 1024
ostype: debian
swap: 512
lxc.log.level: 1
lxc.net.0.type = veth
lxc.net.0.link = lxcbr0
lxc.net.0.flags = up

View file

@ -0,0 +1,6 @@
[program:syncthing]
autorestart = True
directory = /home/teamlaser15/codesync
user = teamlaser15
command = /usr/bin/syncthing -no-browser -home="/home/teamlaser15/codesync/.config/syncthing"
environment = STNORESTART="1", HOME="/home/teamlaser15/codesync/"