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