summarylogtreecommitdiffstats
path: root/boundary-worker.service
blob: 0522af4be80a84875195052f0af89c77284a8f80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Boundary Worker

[Service]
ExecStart=/usr/bin/boundary worker -config /etc/boundary/worker.hcl
User=boundary
Group=boundary
LimitMEMLOCK=infinity
Capabilities=CAP_IPC_LOCK+ep
CapabilityBoundingSet=CAP_SYSLOG CAP_IPC_LOCK

[Install]
WantedBy=multi-user.target