diff --git a/deamon/init/weatherd b/deamon/init/weatherd index 343b4b8..e045f39 100755 --- a/deamon/init/weatherd +++ b/deamon/init/weatherd @@ -1,7 +1,7 @@ #!/bin/sh binary='/usr/bin/weatherdeamon'; -user= 'weatherstation' +user='weatherstation' group='weatherstation' check_status() diff --git a/debian/weatherstation-weatherd.init b/debian/weatherstation-weatherd.init index 343b4b8..e045f39 100755 --- a/debian/weatherstation-weatherd.init +++ b/debian/weatherstation-weatherd.init @@ -1,7 +1,7 @@ #!/bin/sh binary='/usr/bin/weatherdeamon'; -user= 'weatherstation' +user='weatherstation' group='weatherstation' check_status()