mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
ab1b91caa4
Elsewhere we're moving the socket to /var/run/ctdb. We might end up with PID files and sockets for other daemons later, so let's call the directory "ctdb" instead of "ctdbd". Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit b63f6fd2d295c8e18cbf3420ab05fce07b727f31)
16 lines
306 B
Desktop File
16 lines
306 B
Desktop File
[Unit]
|
|
Description=CTDB
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
LimitCORE=infinity
|
|
PIDFile=/run/ctdb/ctdbd.pid
|
|
ExecStart=/usr/sbin/ctdbd_wrapper /run/ctdb/ctdbd.pid start
|
|
ExecStop=/usr/sbin/ctdbd_wrapper /run/ctdb/ctdbd.pid stop
|
|
KillMode=control-group
|
|
Restart=no
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|