File: cvsd.service

package info (click to toggle)
cvsd 1.0.25
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,220 kB
  • sloc: sh: 5,327; ansic: 1,868; perl: 198; makefile: 88
file content (19 lines) | stat: -rw-r--r-- 403 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[Unit]
Description=cvs pserver chroot wrapper
Documentation=man:cvsd(8)
After=network-online.target
Wants=network-online.target

[Service]
ExecStart=/usr/sbin/cvsd --nofork -f /etc/cvsd/cvsd.conf
Restart=on-abnormal
PrivateTmp=yes
ProtectControlGroups=yes
ProtectClock=yes
ProtectKernelLogs=yes
ProtectKernelModules=yes
ProtectKernelTunables=yes
ProtectSystem=full

[Install]
WantedBy=multi-user.target