Compare commits
No commits in common. "66c21a81920d277f95a94235b67da677a361ba54" and "dabc52d7c216f478ec17e35fb47273adcbade7c9" have entirely different histories.
66c21a8192
...
dabc52d7c2
15
systemd/services/fix-flatpaks-theming.service
Normal file
15
systemd/services/fix-flatpaks-theming.service
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# This service unit is for fix-flatpaks-theming script
|
||||||
|
#
|
||||||
|
|
||||||
|
[Unit]
|
||||||
|
Description=Fix flatpak theming script
|
||||||
|
StartLimitIntervalSec=0
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=simple
|
||||||
|
Restart=always
|
||||||
|
RestartSec=1
|
||||||
|
ExecStart=/usr/bin/fix-flatpaks-theming
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
Loading…
Reference in New Issue
Block a user