blob: 90bd2a85f8a3d25c2a1b142db727e15b85c7f2a3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
[Unit]
Description=Get the perspective from Watcher about your Screen-Time
[Service]
ExecStart=/bin/python /usr/share/Watcher/watch_log.py
Type=simple
Restart=on-failure
[Install]
WantedBy=multi-user.target
|