summarylogtreecommitdiffstats
path: root/opentabletdriver.service
blob: 95dc3b116ac7778fae5e81ac8657ce3e948413eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=OpenTabletDriver Daemon
After=graphical.target
PartOf=graphical.target
StartLimitIntervalSec=60
StartLimitBurst=2

[Service]
ExecStart=/usr/bin/otd
Restart=always
RestartSec=10s

[Install]
WantedBy=graphical.target