This unit is provided by:
Options
- 
    [Install]- 
        WantedBy=multi-user.target
 
- 
        
- 
    [Service]- 
        EnvironmentFile=-/etc/default/syncache
- 
        ExecReload=/bin/kill -HUP $MAINPID
- 
        ExecStart=/usr/bin/syncache-drb --pidfile /run/syncache/syncache.pid --user syncache --flush-delay 5
- 
        ExecStartPre=/usr/bin/install -o syncache -g syncache -m 755 -d /run/syncache
- 
        PIDFile=/run/syncache/syncache.pid
- 
        Type=forking
 
- 
        
- 
    [Unit]- 
        After=network.target
- 
        Before=apache2.service lighttpd.service nginx.service
- 
        Description=SynCache dRuby object cache server
- 
        Documentation=man:syncache-drb
 
- 
        
Additionnal notes
Nothing here.