2022-09-18 15:29:15 +00:00
|
|
|
# This service unit is for fix-tweaked-desktop-files script
|
|
|
|
#
|
|
|
|
|
|
|
|
[Unit]
|
|
|
|
Description=Fix tweaked desktop files script
|
2022-09-18 15:54:56 +00:00
|
|
|
StartLimitIntervalSec=0
|
2022-09-18 15:29:15 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
2022-09-18 15:54:56 +00:00
|
|
|
Restart=always
|
|
|
|
RestartSec=1
|
2022-09-20 00:12:03 +00:00
|
|
|
ExecStart=/usr/bin/fix-zombie-appicons
|
2022-09-18 15:29:15 +00:00
|
|
|
|
|
|
|
[Install]
|
2022-09-18 15:54:56 +00:00
|
|
|
WantedBy=default.target
|