diff options
author | Thomas Mangin <thomas.mangin@exa.net.uk> | 2020-05-23 07:33:47 +0100 |
---|---|---|
committer | Thomas Mangin <thomas.mangin@exa.net.uk> | 2020-06-25 10:57:58 +0100 |
commit | d9fbad6a6bbba292f31fe50e57af893062c7a584 (patch) | |
tree | 3c6b5d14d2062f1ef043d18db1932d22b5c7b0e7 /debian | |
parent | d41708ee247ce5efc5dc06f2d233e8d620fc6e4a (diff) | |
download | vyos-1x-d9fbad6a6bbba292f31fe50e57af893062c7a584.tar.gz vyos-1x-d9fbad6a6bbba292f31fe50e57af893062c7a584.zip |
systemd: T2494: use Type=notify with daemon
Notify systemd via the notify API when the python daemon are
ready to take connection
https://github.com/torfsen/python-systemd-tutorial
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 5e14340a8..aaf8fa1e7 100644 --- a/debian/control +++ b/debian/control @@ -36,6 +36,7 @@ Depends: python3, python3-xmltodict, python3-pyudev, python3-voluptuous, + python3-systemd, bsdmainutils, cron, etherwake, |