[Unit] Description=central pacman cache After=network.target StartLimitIntervalSec=0 [Service] Type=simple # Shutdown can be somewhat sluggish on low-end devices like the RPi. TimeoutSec=90 SuccessExitStatus=143 User=cpcache Group=cpcache ExecStart=/usr/share/cpcache/bin/cpcache start ExecStop=/usr/share/cpcache/bin/cpcache stop Restart=always RestartSec=3 [Install] WantedBy=multi-user.target