Compare commits

..

No commits in common. "c7d7ffd36fff662c3ecb3d7d00e17a092b249d4e" and "8bc101bdbcfe705f72e5ca8b29ef011c803974ab" have entirely different histories.

3 changed files with 1 additions and 4 deletions

View File

@ -1,4 +1,3 @@
post_install() { post_install() {
find /usr/lib/systemd/system/ -name "fix-*.timer" -type f -print0 | xargs -0 systemctl enable find /usr/lib/systemd/system/ -name "fix-*.timer" -type f -print0 | xargs -0 systemctl enable
find /usr/lib/systemd/system/ -name "fix-*.timer" -type f -print0 | xargs -0 systemctl start
} }

View File

@ -9,7 +9,6 @@ Requires=fix-theming.service
Unit=fix-theming.service Unit=fix-theming.service
OnBootSec=1 OnBootSec=1
OnUnitActiveSec=3 OnUnitActiveSec=3
AccuracySec=1us
[Install] [Install]
WantedBy=timers.target WantedBy=timers.target

View File

@ -6,10 +6,9 @@ Description=Run fix tweaked desktop files script every 5 seconds
Requires=fix-tweaked-desktop-files.service Requires=fix-tweaked-desktop-files.service
[Timer] [Timer]
Unit=fix-tweaked-desktop-files.service Unit=ffix-tweaked-desktop-files.service
OnBootSec=1 OnBootSec=1
OnUnitActiveSec=5 OnUnitActiveSec=5
AccuracySec=1us
[Install] [Install]
WantedBy=timers.target WantedBy=timers.target