diff --git a/systemd/test.service b/systemd/test.service deleted file mode 100644 index 4573edf0..00000000 --- a/systemd/test.service +++ /dev/null @@ -1,14 +0,0 @@ -[Unit] -Description=Test service - -[Service] -EnvironmentFile=/home/pi/CubeSatSim/.progconfig -ExecStart=/home/pi/CubeSatSim/radioafsk $ARG1 $ARG2 $ARG3 -WorkingDirectory=/home/pi/CubeSatSim -StandardOutput=inherit -StandardError=inherit -Restart=always -User=root - -[Install] -WantedBy=default.target