More actions
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 13: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