Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

conky.service: Difference between revisions

From Randomness wiki
Created page with "[Unit] Description=Conky [Service] Type=simple ExecStart=/usr/bin/conky -c /home/derg/.conkyrc Restart=always RestartSec=60 [Install] WantedBy=default.target"
 
m Derg moved page Conky.service to conky.service without leaving a redirect
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<syntaxhighlight lang="INI">
[Unit]
[Unit]
Description=Conky
Description=Conky
Line 10: Line 11:
[Install]
[Install]
WantedBy=default.target
WantedBy=default.target
</syntaxhighlight>

Latest revision as of 14:51, 12 September 2024

[Unit]
Description=Conky

[Service]
Type=simple
ExecStart=/usr/bin/conky -c /home/derg/.conkyrc
Restart=always
RestartSec=60

[Install]
WantedBy=default.target