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" |
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 19: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