service files

This commit is contained in:
Kenwood 2022-04-06 13:09:24 -04:00
parent 529663f35b
commit b910ce08a8
2 changed files with 13 additions and 1 deletions

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