Files
linux-sys-telemetry/screentimed/org.screentimed.service

14 lines
241 B
SYSTEMD
Raw Normal View History

2026-03-11 11:52:02 +09:00
[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