mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-06 05:17:49 +00:00
eaf71db7c9
When you: `sudo sv down /etc/service/syncthing/` the `TERM` signal isn't propogated or trapped, so syncthing is orphaned and adopted by init (PID 1). - Changed call to `chpst` to `exec` - Moved logging to `log/run` per `runsv` standard
5 lines
37 B
Bash
Executable File
5 lines
37 B
Bash
Executable File
#!/bin/sh
|
|
|
|
exec logger -t syncthing
|
|
|