renamed file and fixed systemd unit

This commit is contained in:
Tassilo - 2022-04-23 18:29:22 +02:00
parent 10a7169806
commit 2d0f0d67d1
Signed by: revol-xut
GPG Key ID: 4F56FF7759627D07
2 changed files with 4 additions and 4 deletions

View File

@ -58,11 +58,11 @@
"utils": "utils" "utils": "utils"
}, },
"locked": { "locked": {
"lastModified": 1650729690, "lastModified": 1650731280,
"narHash": "sha256-ct2RrAFP5mqJlFz0iLtmcDI91PnQYokr90pp9xDlTDc=", "narHash": "sha256-7ijpYI+nPk1tLN3PPQ3XYO4D7E5Wc2j9rBoet7CVVy8=",
"owner": "dump-dvb", "owner": "dump-dvb",
"repo": "radio-conf", "repo": "radio-conf",
"rev": "9ae1eb19a86dd93b8d01d4a663c6d6036a47d711", "rev": "ba905599a36442089df89e4fccef2002bb3461bd",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -25,7 +25,7 @@
wantedBy = [ "multi-user.target" ]; wantedBy = [ "multi-user.target" ];
script = '' script = ''
${pkgs.telegram-decode}/bin/rec4.py ${pkgs.telegram-decode}/bin/decode-telegrams.py
''; '';
serviceConfig = { serviceConfig = {