diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-06-24 19:01:34 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-06-24 19:23:49 +0200 |
commit | 3897ffcbcde1d0a0ea3ae9af8b9cbf5175852cdc (patch) | |
tree | b30747abdc47766ced75d2506a3c7b65c346986f | |
parent | 1728c76187da8aff2767b956a88bc78ca36bf21e (diff) | |
download | vyos-1x-3897ffcbcde1d0a0ea3ae9af8b9cbf5175852cdc.tar.gz vyos-1x-3897ffcbcde1d0a0ea3ae9af8b9cbf5175852cdc.zip |
Revert "T3641: lcdproc.service is now shipped in lcdproc package"
This reverts commit a4bb1b77ff415700e00df3768915fdc176f779d1.
-rw-r--r-- | src/systemd/lcdproc.service | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/systemd/lcdproc.service b/src/systemd/lcdproc.service new file mode 100644 index 000000000..ef717667a --- /dev/null +++ b/src/systemd/lcdproc.service @@ -0,0 +1,13 @@ +[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 |