mirror of
https://github.com/unman/shaker.git
synced 2024-10-01 01:25:41 -04:00
13 lines
268 B
Plaintext
13 lines
268 B
Plaintext
/rw/config/rc.local:
|
|
file.replace:
|
|
- pattern: 'systemctl.*unmask.*syncthing@user.service'
|
|
- repl - ''
|
|
- backup: False
|
|
|
|
/rw/config/rc.local_2:
|
|
file.replace:
|
|
- pattern: 'systemctl.*start.*syncthing@user.service''
|
|
- repl - ''
|
|
- backup: False
|
|
|