Syncthing - Start service in qube.

Give qube more storage space.
This commit is contained in:
unman 2022-09-04 13:04:57 +00:00
parent 421b09fe14
commit bf1fb723c2
No known key found for this signature in database
GPG Key ID: FDD1B8244731B36C
3 changed files with 10 additions and 1 deletions

6
syncthing/configure.sls Normal file
View 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
View File

@ -0,0 +1,3 @@
base:
syncthing:
- syncthing.configure

View File

@ -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