iankelling.org
/
git
/
distro-setup
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
various fixes
[distro-setup]
/
subdir_files
/
.config
/
systemd
/
user
/
arbtt.service
1
[Unit]
2
Description=arbtt
3
# StartLimitIntervalSec in recent systemd versions
4
StartLimitInterval=0
5
6
[Service]
7
Type=simple
8
ExecStart=/usr/bin/arbtt-capture --sample-rate=15
9
Environment="DISPLAY=:0"
10
Restart=always
11
# time to sleep before restarting a service
12
RestartSec=10
13
14
[Install]
15
WantedBy=default.target