mirror of
https://github.com/xcat2/confluent.git
synced 2025-01-07 12:06:00 +00:00
968efe719a
This is preparing for running as non-root. We need this capability to snoop SLP and PXE
16 lines
314 B
Desktop File
16 lines
314 B
Desktop File
# IBM(c) 2015 Apache 2.0
|
|
[Unit]
|
|
Description=Confluent hardware manager
|
|
|
|
[Service]
|
|
Type=forking
|
|
#PIDFile=/var/run/confluent/pid
|
|
ExecStart=/opt/confluent/bin/confluent
|
|
ExecStop=/opt/confluent/bin/confetty shutdown /
|
|
Restart=on-failure
|
|
AmbientCapabilities=CAP_NET_BIND_SERVICE
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|