summarylogtreecommitdiffstats
path: root/mono-tracker.service
blob: fa80001f57055930ac6060dd077f37cbbf1778e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Mono Screen Time Tracker
After=graphical-session.target

[Service]
Type=simple
ExecStart=/usr/bin/mono-tracker
Restart=on-failure
RestartSec=10

[Install]
WantedBy=graphical-session.target