mirror of
https://github.com/unman/shaker.git
synced 2024-12-25 23:39:30 -05: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
|
|
|