summarylogtreecommitdiffstats
path: root/opentabletdriver.service
blob: 19c7983b30f03f579ea253c7f560e31337cdb463 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=OpenTabletDriver Daemon

[Service]
ExecStart=/usr/bin/dotnet /usr/share/OpenTabletDriver/OpenTabletDriver.Daemon.dll -c /usr/share/OpenTabletDriver/Configurations
Restart=always
RestartSec=30

[Install]
WantedBy=default.target