syncthingのログを書き出したい

いろいろ検索して、/etc/systemd/system/syncthing.serviceと/etc/systemd/system/syncthing@.serviceのExec行を修正。 [Unit] Description=Syncthing - Open Source Continuous File Synchronization Documentation=http://docs.syncthing.net/ After=network.target Wants=syncthing-inotify.service [Service] #ExecSta…