Re: syncthing-s6 package needs modification ( This probably affects other inits)
Reply #2 –
I'm using dinit and had the same problem with the new version of Syncthing. Here's my updated dinit service file which is working fine on 2 machines both running artix (dinit).
type = process
command = /usr/bin/syncthing --no-browser --home=/home/username/.config/syncthing
load-options = export-passwd-vars
smooth-recovery = true
#logfile = /var/log/dinit/syncthing.log
run-as = username
depends-on = network.target
before = login.target
log-type = buffer
I'm sure that someone will come up with a better (neater) solution that handles logging etc properly, but in the meantime, this works fine & possibly help others with the same problem.