File: dqcache.service

package info (click to toggle)
dq 20181021-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 1,620 kB
  • sloc: ansic: 9,200; sh: 419; python: 77; makefile: 15
file content (20 lines) | stat: -rw-r--r-- 478 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[Unit]
Description=Dqcache
Documentation=man:dqcache
After=network.target auditd.service
ConditionPathExists=!/etc/dqcache/disable_dqcache

[Service]
EnvironmentFile=-/etc/default/dqcache
ExecStartPre=/bin/sh -ec "( cd $ROOT/servers; test -f \@ || cp -pr \.@ \@ )"
ExecStart=/usr/sbin/dqcache-start $ROOT dqcache /usr/sbin/dqcache
KillMode=process
Restart=always
StandardError=journal

#disable log
#StandardOutput=null
#StandardError=null

[Install]
WantedBy=multi-user.target