Accepting request 534491 from home:dmolkentin:branches:security:dehydrated
- Commands in service files need some escaping after all. Fix ExecStartPost. OBS-URL: https://build.opensuse.org/request/show/534491 OBS-URL: https://build.opensuse.org/package/show/security:dehydrated/dehydrated?expand=0&rev=16
This commit is contained in:
parent
bce49d6f11
commit
ea11f1cea0
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 14:46:16 UTC 2017 - daniel.molkentin@suse.com
|
||||
|
||||
- Commands in service files need some escaping after all. Fix ExecStartPost.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 09:27:28 UTC 2017 - daniel.molkentin@suse.com
|
||||
|
||||
|
@ -6,7 +6,7 @@ Wants=acmeresponder.socket
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStartPost=-/usr/bin/find -L @POSTRUNHOOKS_DIR@ -maxdepth 1 -executable -type f -exec {} ;
|
||||
ExecStartPost=-/usr/bin/find -L @POSTRUNHOOKS_DIR@ -maxdepth 1 -executable -type f -exec {} \;
|
||||
ExecStart=/usr/bin/dehydrated --cron
|
||||
|
||||
# dehydrated --cron will drop permissions and run critical code as dehydrated user.
|
||||
|
Loading…
Reference in New Issue
Block a user