initial commit

This commit is contained in:
2022-09-16 01:11:38 +02:00
commit 475dc82b1e
19 changed files with 303 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# 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