mirror of
https://github.com/morgan9e/gnome-screentime
synced 2026-04-14 16:24:31 +09:00
14 lines
241 B
SYSTEMD
14 lines
241 B
SYSTEMD
|
|
[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
|