README.md: use https for URLs, except for sgnlr.com where it doesn't work
[experiments/cyclabile.git] / cyclabile.service.in
1 [Unit]
2 Description=Start CYCLABILE
3
4 BindsTo=dev-projector.device
5 After=dev-projector.device
6
7 [Service]
8 # For the time being run the program from its source directory
9 ExecStart=/usr/bin/make -C "@@CYCLABILE_SOURCE_PATH@@" run
10
11 [Install]
12 # This ensures that the unit is run when the device shows up
13 WantedBy=dev-projector.device