From b910ce08a8ebc2ed6475e4b7e254fa4b13539d53 Mon Sep 17 00:00:00 2001 From: KenwoodFox Date: Wed, 6 Apr 2022 13:09:24 -0400 Subject: [PATCH] service files --- Software/houston/notes.md | 6 +++++- Software/houston/qsstv.service | 8 ++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 Software/houston/qsstv.service diff --git a/Software/houston/notes.md b/Software/houston/notes.md index 393e352..10ad932 100644 --- a/Software/houston/notes.md +++ b/Software/houston/notes.md @@ -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 diff --git a/Software/houston/qsstv.service b/Software/houston/qsstv.service new file mode 100644 index 0000000..b4cd62b --- /dev/null +++ b/Software/houston/qsstv.service @@ -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