clio/clio-pi/systemd/record.service
Your Name b24dd72ae0
Some checks failed
Deploy API / deploy (push) Failing after 1s
Deploy UI / deploy (push) Successful in 1s
Remove redundant cursor styling
2026-05-19 19:48:13 -04:00

11 lines
147 B
Desktop File

[Unit]
Description=Record
[Service]
ExecStart=/home/pi/bin/record.sh
User=pi
Type=simple
Restart=on-failure
[Install]
WantedBy=multi-user.target