]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: install /etc/default/knot if available as well
authorFrantisek Sumsal <frantisek@sumsal.cz>
Mon, 22 Aug 2022 20:04:51 +0000 (22:04 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 23 Aug 2022 10:26:35 +0000 (11:26 +0100)
commit3398a732547c5c65f4e7e98442cf59d42b487b82
tree68f3afe9b948848078f53e5d6e0e760eb0dd8a69
parent00616643de7aad6d60a655b999bfbc23323fa37d
test: install /etc/default/knot if available as well

The knot.service on Ubuntu Jammy loads an env file which we didn't
install, causing the service to fail:

```
knot.service: Will spawn child (service_enter_start_pre): /usr/sbin/knotc
knot.service: Failed to load environment files: No such file or directory
knot.service: Failed to run 'start-pre' task: No such file or directory
knot.service: Failed with result 'resources'.
knot.service: Service will not restart (restart setting)
```
test/TEST-75-RESOLVED/test.sh