mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
7e31a1382f
Install ctdb.sysconfig in RPM. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
18 lines
349 B
Desktop File
18 lines
349 B
Desktop File
[Unit]
|
|
Description=CTDB
|
|
Documentation=man:ctdbd(1) man:ctdb(7)
|
|
After=network-online.target time-sync.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
LimitCORE=infinity
|
|
LimitNOFILE=1048576
|
|
PIDFile=/run/ctdb/ctdbd.pid
|
|
ExecStart=/usr/sbin/ctdbd_wrapper start
|
|
ExecStop=/usr/sbin/ctdbd_wrapper stop
|
|
KillMode=control-group
|
|
Restart=no
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|