diff options
author | 2022-03-13 13:29:46 +0530 | |
---|---|---|
committer | 2022-03-13 13:29:46 +0530 | |
commit | af6e201bef4a3e0c42cdb8fd83ceb01b761c4cff (patch) | |
tree | b97b743297ab0ca7b4a38dcfe141145a9e7703c3 /src | |
parent | 87be443f78cdbf9eb026aa2a223ed1f768856af4 (diff) | |
download | shopno-os-log-sync-af6e201bef4a3e0c42cdb8fd83ceb01b761c4cff.tar.gz shopno-os-log-sync-af6e201bef4a3e0c42cdb8fd83ceb01b761c4cff.zip |
fixing issues in install-systemd.bash
Diffstat (limited to 'src')
-rw-r--r-- | src/service/watcher.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/service/watcher.service b/src/service/watcher.service index 90bd2a8..50e764b 100644 --- a/src/service/watcher.service +++ b/src/service/watcher.service @@ -2,7 +2,7 @@ Description=Get the perspective from Watcher about your Screen-Time [Service] -ExecStart=/bin/python /usr/share/Watcher/watch_log.py +ExecStart=/bin/python3 /usr/share/Watcher/watch_log.py Type=simple Restart=on-failure |