Files
gnome-screentime/screentimed.service

14 lines
241 B
SYSTEMD
Raw Normal View History

2026-03-09 17:42:20 +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