This commit is contained in:
parent
ab3a76cd0f
commit
56d8fb4d56
85 changed files with 8879 additions and 0 deletions
11
clio-pi/systemd/record.service
Normal file
11
clio-pi/systemd/record.service
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=Record
|
||||
|
||||
[Service]
|
||||
ExecStart=/home/pi/bin/record.sh
|
||||
User=pi
|
||||
Type=simple
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue