diff options
| author | 2022-03-12 22:38:01 +0530 | |
|---|---|---|
| committer | 2022-03-12 22:38:01 +0530 | |
| commit | 6352e4288ab5489c57ead68b97e3fc1f60bc6097 (patch) | |
| tree | 3c0d76c049a0dfbca55d3917ce824510a72cf321 /src/service | |
| parent | 5ff9b08a4230210572c4b02dfc784c31c1986dea (diff) | |
| download | shopno-os-log-sync-6352e4288ab5489c57ead68b97e3fc1f60bc6097.tar.gz shopno-os-log-sync-6352e4288ab5489c57ead68b97e3fc1f60bc6097.zip | |
completed week overview feature
Diffstat (limited to 'src/service')
| -rw-r--r-- | src/service/watcher.service | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/service/watcher.service b/src/service/watcher.service index 803f2ee..90bd2a8 100644 --- a/src/service/watcher.service +++ b/src/service/watcher.service @@ -1,8 +1,8 @@ [Unit] -Description=Get the perspective of Watcher of your Screen-Time +Description=Get the perspective from Watcher about your Screen-Time [Service] -ExecStart=/bin/python /usr/share/Watcher/log_files.py +ExecStart=/bin/python /usr/share/Watcher/watch_log.py Type=simple Restart=on-failure |
