WIP: kw1fox-2/software #13

Draft
Kenwood wants to merge 27 commits from kw1fox-2/software into master
2 changed files with 13 additions and 1 deletions
Showing only changes of commit b910ce08a8 - Show all commits

View File

@ -4,4 +4,8 @@ Taking some inspiration from this repo: https://github.com/xssfox/sstv-skimmer/b
## Installing qsstv and pulseaudio on server ## Installing qsstv and pulseaudio on server
Doing this later, will post information here: Requires `houston` user
as well as qsstv (obvio)
and i should prolly install `pulseaudio` as well

View File

@ -0,0 +1,8 @@
[Unit]
Description=Runs a qsstv instance as houston with houston's config
[Service]
ExecStart=sudo su -l houston -c "xinit -geometry =1280x960+0+0 -fn 8x13 -j -fg white -bg black qsstv -- -nocursor" &
[Install]
WantedBy=multi-user.target