Commit ab169e3
committed
Fixed failed to open /dev/tty errors when using systemd unit management
When enabling systemd unit management with the augment, e.g.:
{
"classes": {
"default:mpf_enable_cfengine_systemd_component_management": {
"regular_expressions": [ "any" ]
}
}
}
There were errors like failed to open /dev/tty no such device.
Providing --no-ask-password solves the issue.
Ticket: CFE-4445
Changelog: title
(cherry picked from commit 1763475)1 parent ab0b72c commit ab169e3
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments