diff --git a/btor.service b/btor.service new file mode 100644 index 0000000..f56effd --- /dev/null +++ b/btor.service @@ -0,0 +1,10 @@ +[Unit] +Description=convert emr stylus button events to rubber events +After=home.mount + +[Service] +ExecStart=/home/root/btor/btor +Restart=on-failure + +[Install] +WantedBy=multi-user.target