14 lines
260 B
Desktop File
14 lines
260 B
Desktop File
# This service unit is for fix-tweaked-desktop-files script
|
|
#
|
|
|
|
[Unit]
|
|
Description=Fix tweaked desktop files script
|
|
Wants=fix-tweaked-desktop-files.timer
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/fix-tweaked-desktop-files
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|