From 5c913e18301fe32818c10860344f4975064c4d48 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Wed, 23 Jun 2021 23:14:06 -0400 Subject: [PATCH] change to pi instead of root --- systemd/rpitx.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/rpitx.service b/systemd/rpitx.service index 2f2feac2..7486d073 100644 --- a/systemd/rpitx.service +++ b/systemd/rpitx.service @@ -8,7 +8,7 @@ WorkingDirectory=/home/pi/CubeSatSim StandardOutput=inherit StandardError=inherit Restart=always -User=root +User=pi [Install] WantedBy=default.target