stage/unit-create:new systemd unit config params

Added new systemd unit config : ConditionPathIsDirectory

Signed-off-by: Sayan Paul <paul.sayan@gmail.com>
This commit is contained in:
Sayan Paul 2024-03-15 12:14:26 +05:30 committed by Achilleas Koutsou
parent 155e24e4cb
commit 548d2a51ea
3 changed files with 13 additions and 0 deletions

View file

@ -624,6 +624,9 @@
"DefaultDependencies": false,
"ConditionPathExists": [
"|!/etc/myfile"
],
"ConditionPathIsDirectory": [
"|!/etc/mydir"
]
},
"Service": {

View file

@ -624,6 +624,9 @@
"DefaultDependencies": false,
"ConditionPathExists": [
"|!/etc/myfile"
],
"ConditionPathIsDirectory": [
"|!/etc/mydir"
]
},
"Service": {