-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use a getty service override to start mythfrontend
systemd seems to no longer approve of the previous way
- Loading branch information
root
committed
Dec 27, 2021
1 parent
ba8a599
commit 10bbec4
Showing
3 changed files
with
4 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,9 +54,8 @@ baseUpdateSysConfig /etc/sysconfig/lirc LIRCD_DEVICE /dev/input/by-id/usb-Philip | |
|
||
suseInsertService lircd | ||
|
||
ln -s /etc/systemd/system/mythfrontend@.service /etc/systemd/system/getty.target.wants/[email protected] | ||
ln -s /etc/systemd/system/getty@.service /etc/systemd/system/getty.target.wants/[email protected] | ||
mkdir /etc/systemd/system/remote-fs.target.wants | ||
|
||
ln -s /etc/systemd/system/home-mythfrontend-.mythtv.mount /etc/systemd/system/remote-fs.target.wants/home-mythfrontend-.mythtv.mount | ||
|
||
update-alternatives --auto libglx.so |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[Service] | ||
ExecStart= | ||
ExecStart=-/usr/bin/openvt -fwc 8 -- /bin/su - mythfrontend -c /usr/bin/startx >& /home/mythfrontend/mfout |
This file was deleted.
Oops, something went wrong.