CVE-2022-3437 third_party/heimdal: Don't pass NULL pointers to memcpy() in DES unwrap
[Samba.git] / packaging / systemd / ctdb.service.in
blob7905a93e24293d0d7de7a4dad6ff4c4bf7ca706f
1 [Unit]
2 Description=CTDB
3 Documentation=man:ctdbd(1) man:ctdb(7)
4 After=network-online.target time-sync.target
5 ConditionFileNotEmpty=@CTDB_ETCDIR@/nodes
7 [Service]
8 Type=forking
9 LimitCORE=infinity
10 LimitNOFILE=1048576
11 TasksMax=4096
12 PIDFile=@CTDB_RUNDIR@/ctdbd.pid
13 ExecStart=@SBINDIR@/ctdbd
14 ExecStop=@BINDIR@/ctdb shutdown
15 KillMode=control-group
16 Restart=no
18 [Install]
19 WantedBy=multi-user.target