summarylogtreecommitdiffstats
path: root/0001-fix_update_theme_script_path.patch
blob: 2b91cf529f34c2761a29f061a4997581ac619e00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/minegrub-update.service b/minegrub-update.service
index 3b2f84b..df20683 100644
--- a/minegrub-update.service
+++ b/minegrub-update.service
@@ -2,7 +2,7 @@
 Description=minegrub theme splash update service
 
 [Service]
-ExecStart=/usr/bin/python3 /boot/grub/themes/minegrub/update_theme.py
+ExecStart=/usr/bin/python3 /usr/share/grub/themes/minegrub/update_theme.py
 
 [Install]
 WantedBy=multi-user.target