aboutsummaryrefslogtreecommitdiffstats
path: root/oni/home/services/syncthing.scm
Commit message (Collapse)AuthorAgeFilesLines
* Make the syncthing service run syncthing, add ↵Gravatar Tom Willemse2022-04-201-4/+5
| | | | | | | | | syncthing-gtk service The ‘syncthing-gtk’ program doesn't seem to start the syncthing daemon automatically. In fact trying to start ‘syncthing-gtk’ through shepherd doesn't seem to want to work at the moment, complaining that it can't close a bunch of file descriptors.
* Use forkexec, not system, constructor for syncthingGravatar Tom Willemse2022-04-201-6/+5
| | | | | | | I thought that ‘syncthing-gtk’ was a program that would fork (given the fact that it has a ‘--quit’ command), but it turns out that it doesn't. Using the system constructor means that shepherd will block until ‘syncthing-gtk’ is closed.
* Add syncthing configurationGravatar Tom Willemse2022-04-201-0/+48