This unit is provided by:
Options
- 
    [Install]- 
        WantedBy=multi-user.target
 
- 
        
- 
    [Service]- 
        ExecStart=/usr/bin/syncthing serve --no-browser --no-restart --logflags=0
- 
        MemoryDenyWriteExecuteIntroduced in systemd 231=yes
- 
        NoNewPrivilegesIntroduced in systemd 239=yes
- 
        PrivateDevicesIntroduced in systemd 209=yes
- 
        PrivateTmp=yes
- 
        ProtectClockIntroduced in systemd 245=yes
- 
        ProtectControlGroupsIntroduced in systemd 232=yes
- 
        ProtectHostnameIntroduced in systemd 242=yes
- 
        ProtectKernelLogsIntroduced in systemd 244=yes
- 
        ProtectKernelModulesIntroduced in systemd 232=yes
- 
        ProtectKernelTunablesIntroduced in systemd 232=yes
- 
        ProtectSystemIntroduced in systemd 214=full
- 
        Restart=on-failure
- 
        RestartForceExitStatus=3 4
- 
        RestartSec=1
- 
        RestrictRealtimeIntroduced in systemd 231=yes
- 
        SuccessExitStatus=3 4
- 
        SystemCallArchitectures=native
- 
        User=%i
 
- 
        
- 
    [Unit]- 
        After=network.target
- 
        Description=Syncthing - Open Source Continuous File Synchronization for %I
- 
        Documentation=man:syncthing(1)
- 
        StartLimitBurst=4
- 
        StartLimitIntervalSec=60
 
- 
        
Additionnal notes
Nothing here.