diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-08-18 16:40:51 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-08-18 16:40:51 +0200 |
commit | b1675e420479cd6b582c66c0902d6e326340658f (patch) | |
tree | 04bb06f117850da675f7678be6b80ecc2e522a6f /src/systemd/lcdproc.service | |
parent | b9658cf8fa85d5d2bdc503d10340dc82c9c2a8c0 (diff) | |
download | vyos-1x-b1675e420479cd6b582c66c0902d6e326340658f.tar.gz vyos-1x-b1675e420479cd6b582c66c0902d6e326340658f.zip |
lcd: T2564: add support for Lanner, Watchguard, Symantec boxes
Diffstat (limited to 'src/systemd/lcdproc.service')
-rw-r--r-- | src/systemd/lcdproc.service | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/systemd/lcdproc.service b/src/systemd/lcdproc.service index 5aa99ec78..ef717667a 100644 --- a/src/systemd/lcdproc.service +++ b/src/systemd/lcdproc.service @@ -1,8 +1,8 @@ [Unit] Description=LCDproc system status information viewer on %I Documentation=man:lcdproc(8) http://www.lcdproc.org/ -After=vyos-router.service -After=LCDd.service +After=vyos-router.service LCDd.service +Requires=LCDd.service [Service] User=root |