From 46c5c0eba07a9b7bfb2e82e309da472ce06a72b9 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Wed, 22 Jul 2020 10:43:41 -0400 Subject: [PATCH] Delete test.service --- systemd/test.service | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 systemd/test.service 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