14 lines
260 B
SYSTEMD
14 lines
260 B
SYSTEMD
|
# 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
|