diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-06-24 19:22:31 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-06-24 19:23:49 +0200 |
commit | f8f867adeb9893756e8ce89f9c8bf9a70b7a1c67 (patch) | |
tree | 313a84ab4dd0c55d09ae54f7987cd7085187b08b /src/etc/systemd | |
parent | c5fcc109e78bddea0e27bf4a5ea57f8e35c26be3 (diff) | |
download | vyos-1x-f8f867adeb9893756e8ce89f9c8bf9a70b7a1c67.tar.gz vyos-1x-f8f867adeb9893756e8ce89f9c8bf9a70b7a1c67.zip |
systemd: lcdproc: T3641: override upstream files
Debian Bullseye ships an upstream version of lcdproc.service which infact will
start LCDd instead of the lcdproc client.
Divert the Debian Upstream service file and use the ones provided by vyos-1x.
Diffstat (limited to 'src/etc/systemd')
-rw-r--r-- | src/etc/systemd/system/LCDd.service.d/override.conf | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/etc/systemd/system/LCDd.service.d/override.conf b/src/etc/systemd/system/LCDd.service.d/override.conf deleted file mode 100644 index 5f3f0dc95..000000000 --- a/src/etc/systemd/system/LCDd.service.d/override.conf +++ /dev/null @@ -1,8 +0,0 @@ -[Unit] -After= -After=vyos-router.service - -[Service] -ExecStart= -ExecStart=/usr/sbin/LCDd -c /run/LCDd/LCDd.conf - |