aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLibravatar Waishnav <waishnavdeore@gmail.com>2022-03-13 13:29:46 +0530
committerLibravatar Waishnav <waishnavdeore@gmail.com>2022-03-13 13:29:46 +0530
commitaf6e201bef4a3e0c42cdb8fd83ceb01b761c4cff (patch)
treeb97b743297ab0ca7b4a38dcfe141145a9e7703c3 /src
parent87be443f78cdbf9eb026aa2a223ed1f768856af4 (diff)
downloadshopno-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.service2
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