Displaying 2 results from an estimated 2 matches for "assertpathexist".
Did you mean:
assertpathexists
2018 Jan 13
2
el7 systemd :: usage of AssertPathExists
Hi! I am trying to use AssertPathExists in a systemd unit but it seems
it not working. Does anyone have problems with this?
i have this in unit :
AssertPathExists=
AssertPathExists=/etc/mlsensor/mlsensor.properties
but then when i start the service i get no errors :
26225 /usr/bin/java -Xms16m -Xmx32m -DMLSENSOR_HOME=/tmp
-Djava.uti...
2018 Jan 14
0
el7 systemd :: usage of AssertPathExists
Adrian Sevcenco:
>
> Hi! I am trying to use AssertPathExists in a systemd unit but it seems
> it not working. Does anyone have problems with this?
>
> i have this in unit :
> AssertPathExists=
> AssertPathExists=/etc/mlsensor/mlsensor.properties
It might help if you post the whole unit file ...
Which section of the unit file is this in?
I...