[systemd-devel] Systemd not able to spawn Exec permission denied

Lennart Poettering lennart at poettering.net
Mon Oct 8 09:02:41 UTC 2018


On Mo, 08.10.18 05:17, Krunal Patel (krpatel19 at outlook.com) wrote:

> [Unit]
> Description=StreamSets Data Collector (SDC)
> 
> [Service]
> User=sdc
> Group=sdc
> LimitNOFILE=32768
> Environment=SDC_CONF=/etc/sdc
> Environment=SDC_HOME=/opt/streamsets-datacollector
> Environment=SDC_LOG=/var/log/sdc
> Environment=SDC_DATA=/var/lib/sdc
> ExecStart=/opt/streamsets-datacollector/bin/streamsets dc -verbose
> TimeoutSec=60

You run this binary as "sdc" user. Are you sure that the "sdc" user
has access to every component in the
/opt/streamsets-datacollector/bin/streamsets path?

Lennart

-- 
Lennart Poettering, Red Hat


More information about the systemd-devel mailing list