2015-07-15 13:33:47 -04:00
|
|
|
# IBM(c) 2015 Apache 2.0
|
2020-01-31 09:52:52 -05:00
|
|
|
# Lenovo(c) 2020 Apache 2.0
|
2015-07-15 13:33:47 -04:00
|
|
|
[Unit]
|
2020-01-31 09:52:52 -05:00
|
|
|
Description=Confluent hardware manager
|
2015-07-15 13:33:47 -04:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=forking
|
2018-09-07 11:27:43 -04:00
|
|
|
#PIDFile=/var/run/confluent/pid
|
2020-02-06 13:45:46 -05:00
|
|
|
RuntimeDirectory=confluent
|
|
|
|
CacheDirectory=confluent
|
|
|
|
LogsDirectory=confluent
|
|
|
|
ConfigurationDirectory=confluent
|
2015-07-15 13:33:47 -04:00
|
|
|
ExecStart=/opt/confluent/bin/confluent
|
2015-11-02 14:11:07 -05:00
|
|
|
ExecStop=/opt/confluent/bin/confetty shutdown /
|
2017-08-25 16:41:22 -04:00
|
|
|
Restart=on-failure
|
2020-03-20 14:59:30 -04:00
|
|
|
AmbientCapabilities=CAP_NET_BIND_SERVICE CAP_SETUID CAP_SETGID CAP_CHOWN CAP_NET_RAW
|
2020-01-31 09:52:52 -05:00
|
|
|
User=confluent
|
|
|
|
Group=confluent
|
2024-01-26 09:24:41 -05:00
|
|
|
#DevicePolicy=closed # fuse filesystem requires us to interact with /dev/fuse
|
2020-01-31 09:52:52 -05:00
|
|
|
ProtectControlGroups=true
|
|
|
|
ProtectSystem=true
|
2015-07-15 13:33:47 -04:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|
|
|
|
|