From c98a873aad0a680f526ffd1d15ce2642a3a8dfe6 Mon Sep 17 00:00:00 2001 From: Samuel Sloniker Date: Tue, 9 May 2023 11:45:54 -0700 Subject: [PATCH] Fix adsms.service --- adsms.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adsms.service b/adsms.service index 006f07f..faf74b8 100644 --- a/adsms.service +++ b/adsms.service @@ -10,7 +10,7 @@ After=tar1090.service [Service] User=adsms Group=adsms -ExecStart=/usr/local/bin/adsms /etc/adsms.json +ExecStart=/usr/bin/adsms /etc/adsms.json Restart=always [Install]