service files
This commit is contained in:
parent
529663f35b
commit
b910ce08a8
|
@ -4,4 +4,8 @@ Taking some inspiration from this repo: https://github.com/xssfox/sstv-skimmer/b
|
|||
|
||||
## 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
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue