mirror of
https://github.com/unman/shaker.git
synced 2024-12-26 15:59:31 -05:00
Syncthing - Start service in qube.
Give qube more storage space.
This commit is contained in:
parent
421b09fe14
commit
bf1fb723c2
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
|
||||
- vcpus: 2
|
||||
|
||||
'qvm-volume extend syncthing:private 30G' :
|
||||
'qvm-volume extend syncthing:private 50G' :
|
||||
cmd.run
|
||||
|
Loading…
Reference in New Issue
Block a user