From ed46ff6cca2d22e974decd4310a7cfc0f3d0c8f6 Mon Sep 17 00:00:00 2001 From: David Runge Date: Thu, 25 Aug 2016 23:29:33 +0200 Subject: user/conky@.service: Adding a conky@ user service, that can be used to start conky scripts by configuration file name. --- user/conky@.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 user/conky@.service (limited to 'user/conky@.service') diff --git a/user/conky@.service b/user/conky@.service new file mode 100644 index 0000000..9017f30 --- /dev/null +++ b/user/conky@.service @@ -0,0 +1,12 @@ +[Unit] +Description=Conky system monitor +After=display-manager.service local-fs.target + +[Service] +Type=forking +ExecStart=/usr/bin/conky -c %h/.config/conky/%i +Restart=always +RestartSec=3s + +[Install] +WantedBy=default.target -- cgit v1.2.3-54-g00ecf From c963b787521461b3aa06779ea8c671531f48f236 Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 25 Oct 2016 10:27:47 +0200 Subject: user/conky@.service: Moving to .conf files for conky configuration. --- user/conky@.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user/conky@.service') diff --git a/user/conky@.service b/user/conky@.service index 9017f30..9e0323e 100644 --- a/user/conky@.service +++ b/user/conky@.service @@ -4,7 +4,7 @@ After=display-manager.service local-fs.target [Service] Type=forking -ExecStart=/usr/bin/conky -c %h/.config/conky/%i +ExecStart=/usr/bin/conky -c %h/.config/conky/%i.conf Restart=always RestartSec=3s -- cgit v1.2.3-54-g00ecf