Output of systemctl cat syncthing@.service:
# /lib/systemd/system/syncthing@.service
[Unit]
Description=Syncthing - Open Source Continuous File Synchronization for %I
Documentation=man:syncthing(1)
After=network.target
Wants=syncthing-inotify@.service
[Service]
User=%i
ExecStart=/usr/bin/syncthing -no-browser -no-restart -logflags=0
Restart=on-failure
SuccessExitStatus=3 4
RestartForceExitStatus=3 4
[Install]
WantedBy=multi-user.target
systemctl status syncthing@.service:
Failed to get properties: Unit name syncthing@.service is neither a valid invocation ID nor unit name.
systemctl status syncthing@user.service:
● syncthing@user.service - Syncthing - Open Source Continuous File Synchronization for user
Loaded: loaded (/lib/systemd/system/syncthing@.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Mon 2018-02-12 03:05:30 +06; 29min ago
Docs: man:syncthing(1)
Process: 1221 ExecStart=/usr/bin/syncthing -no-browser -no-restart -logflags=0 (code=exited, status=1/FAILURE)
Main PID: 1221 (code=exited, status=1/FAILURE)
Feb 12 03:05:30 pc systemd[1]: syncthing@user.service: Failed with result 'exit-code'.
Feb 12 03:05:30 pc systemd[1]: syncthing@user.service: Service hold-off time over, scheduling restart.
Feb 12 03:05:30 pc systemd[1]: Stopped Syncthing - Open Source Continuous File Synchronization for user.
Feb 12 03:05:30 pc systemd[1]: syncthing@user.service: Start request repeated too quickly.
Feb 12 03:05:30 pc systemd[1]: Failed to start Syncthing - Open Source Continuous File Synchronization for user.
Feb 12 03:05:30 pc systemd[1]: syncthing@user.service: Unit entered failed state.
Feb 12 03:05:30 pc systemd[1]: syncthing@user.service: Failed with result 'exit-code'.
Looks like it couldn’t start… I checked the log file at /home/user/.config/syncthing/syncthing.log and it’s empty. Where else should I look?