mirror of
https://github.com/morgan9e/linux-sys-telemetry
synced 2026-04-15 00:34:33 +09:00
Init
This commit is contained in:
13
screentimed/org.screentimed.service
Normal file
13
screentimed/org.screentimed.service
Normal file
@@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=Screen Time Tracking Daemon
|
||||
After=gnome-shell.service
|
||||
PartOf=graphical-session.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=%h/.local/bin/screentimed
|
||||
Restart=on-failure
|
||||
RestartSec=5
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical-session.target
|
||||
Reference in New Issue
Block a user