mirror of
https://github.com/unman/shaker.git
synced 2025-07-26 15:55:24 -04:00
Syncthing - Start service in qube.
Give qube more storage space.
This commit is contained in:
parent
421b09fe14
commit
bf1fb723c2
3 changed files with 10 additions and 1 deletions
6
syncthing/configure.sls
Normal file
6
syncthing/configure.sls
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
/rw/config/rc.local:
|
||||||
|
file.append:
|
||||||
|
- text: |
|
||||||
|
systemctl unmask syncthing@user.service
|
||||||
|
systemctl start syncthing@user.service
|
||||||
|
|
3
syncthing/configure.top
Normal file
3
syncthing/configure.top
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
base:
|
||||||
|
syncthing:
|
||||||
|
- syncthing.configure
|
|
@ -14,5 +14,5 @@ qvm-prefs-id:
|
||||||
- maxmem: 800
|
- maxmem: 800
|
||||||
- vcpus: 2
|
- vcpus: 2
|
||||||
|
|
||||||
'qvm-volume extend syncthing:private 30G' :
|
'qvm-volume extend syncthing:private 50G' :
|
||||||
cmd.run
|
cmd.run
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue