diff options
| author | st33v <st33v@f3rr3t.com> | 2020-03-21 09:29:17 +1100 |
|---|---|---|
| committer | st33v <st33v@f3rr3t.com> | 2020-03-21 09:29:17 +1100 |
| commit | 403886707bfea6cbcc6b4e0449f1d01879a0d951 (patch) | |
| tree | 464ff42b1404c85f2c9fc27cc49e3472f3927d47 | |
| parent | 89f9df0ab9615e248041b80f3a5525251aa270f1 (diff) | |
look for script in righpt place
| -rw-r--r-- | collectCovidPlaneData.service | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/collectCovidPlaneData.service b/collectCovidPlaneData.service index 94e5322..d5957bb 100644 --- a/collectCovidPlaneData.service +++ b/collectCovidPlaneData.service @@ -5,6 +5,6 @@ Description=Collect airline flight state data Type=simple IOSchedulingClass=2 IOSchedulingPriority=7 -ExecStart=-/etc/systemd/system/covidPlanes.sh +ExecStart=-/usr/local/bin/getPlanes.py User=st33v -Group=st33v
\ No newline at end of file +Group=st33v |
