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"
 
No edit summary
Tag: visualeditor-switched
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>

Revision as of 20:39, 9 September 2024

[Unit]
Description=Conky

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

[Install]
WantedBy=default.target