sv/syncthing/run

4 lines
100 B
Plaintext
Raw Permalink Normal View History

2022-04-05 06:03:02 +02:00
#!/bin/sh
2022-06-02 20:52:09 +02:00
exec sudo chpst -u fuzzy syncthing -home=/home/fuzzy/.config/syncthing/ > /dev/null 2>&1
2022-04-05 06:03:02 +02:00