Added grub-common

This commit is contained in:
AwesomeAdam54321 2021-06-07 03:10:01 +02:00
parent 6949781684
commit 2e6c4e7dc0
2 changed files with 5 additions and 0 deletions

2
sv/grub-common/finish Normal file
View file

@ -0,0 +1,2 @@
#!/bin/sh
exec /etc/init.d/grub-common stop

3
sv/grub-common/run Normal file
View file

@ -0,0 +1,3 @@
#!/bin/sh
/etc/init.d/grub-common start
exec pause