diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-06-20 20:42:05 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-06-20 20:42:05 +0200 |
commit | 9b71d555575c0fa217a137cffaaafce5eb35d18e (patch) | |
tree | fee34c5cb2356333fb54bc6e51ee8c4c2fbfe494 /src/systemd/lcdproc.service | |
parent | b776edb38a4755be76e965ca719e9428bcc570e6 (diff) | |
parent | 70f7f06e778efa4bd3c2ad127d66c080e1db80c5 (diff) | |
download | vyos-1x-9b71d555575c0fa217a137cffaaafce5eb35d18e.tar.gz vyos-1x-9b71d555575c0fa217a137cffaaafce5eb35d18e.zip |
Merge branch 'bullseye' into current
* bullseye:
T3641: fastnetmon package is not available for Debian Bullseye
T3641: lcdproc.service is now shipped in lcdproc package
T3641: file /etc/ppp/ip-pre-up is already provided by ppp package
Diffstat (limited to 'src/systemd/lcdproc.service')
-rw-r--r-- | src/systemd/lcdproc.service | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/systemd/lcdproc.service b/src/systemd/lcdproc.service deleted file mode 100644 index ef717667a..000000000 --- a/src/systemd/lcdproc.service +++ /dev/null @@ -1,13 +0,0 @@ -[Unit] -Description=LCDproc system status information viewer on %I -Documentation=man:lcdproc(8) http://www.lcdproc.org/ -After=vyos-router.service LCDd.service -Requires=LCDd.service - -[Service] -User=root -ExecStart=/usr/bin/lcdproc -f -c /run/lcdproc/lcdproc.conf -PIDFile=/run/lcdproc/lcdproc.pid - -[Install] -WantedBy=multi-user.target |