mirror of
https://github.com/morgan9e/gnome-screentime
synced 2026-04-13 15:54:11 +09:00
14 lines
241 B
Desktop File
14 lines
241 B
Desktop File
[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
|