add systemd services to run fixes
This commit is contained in:
12
systemd/services/fix-flatpaks-theming.service
Normal file
12
systemd/services/fix-flatpaks-theming.service
Normal file
@ -0,0 +1,12 @@
|
||||
# This service unit is for fix-flatpaks-theming script
|
||||
#
|
||||
|
||||
[Unit]
|
||||
Description=Fix flatpak theming script
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/fix-flatpaks-theming
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
12
systemd/services/fix-theming.service
Normal file
12
systemd/services/fix-theming.service
Normal file
@ -0,0 +1,12 @@
|
||||
# This service unit is for fix-theming script
|
||||
#
|
||||
|
||||
[Unit]
|
||||
Description=Fix theming script
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/fix-theming
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
12
systemd/services/fix-tweaked-desktop-files.service
Normal file
12
systemd/services/fix-tweaked-desktop-files.service
Normal file
@ -0,0 +1,12 @@
|
||||
# This service unit is for fix-tweaked-desktop-files script
|
||||
#
|
||||
|
||||
[Unit]
|
||||
Description=Fix tweaked desktop files script
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/fix-tweaked-desktop-files
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user