blob: 50e764bd597e196cf44658aa87fda564cde222b0 (
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/python3 /usr/share/Watcher/watch_log.py
Type=simple
Restart=on-failure
[Install]
WantedBy=multi-user.target
|