11 lines
159 B
Desktop File
11 lines
159 B
Desktop File
[Unit]
|
|
Description=Service for conky
|
|
|
|
[Service]
|
|
Type=simple
|
|
Environment="DISPLAY=:0"
|
|
ExecStart=/usr/bin/conky
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=default.target |