This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
CacheDirectory=barbican
-
ExecStart=/etc/init.d/barbican-worker systemd-start
-
Group=barbican
-
LimitNOFILE=65535
-
Restart=on-failure
-
RuntimeDirectory=barbican lock/barbican
-
TimeoutStopSec
Introduced in systemd 188=15 -
Type=simple
-
User=barbican
-
WorkingDirectory=~
-
-
[Unit]
-
After=postgresql.service mysql.service keystone.service rabbitmq-server.service chrony.service frr.service network-online.target local-fs.target remote-fs.target
-
Description=OpenStack Barbican Workers (barbican-worker)
-
Documentation=man:barbican-worker(1)
-
Wants=network-online.target
-
Additionnal notes
Nothing here.