added systemd service
All checks were successful
cargo_test_bench / Run Tests (push) Successful in 1m43s
cargo_test_bench / Run Benchmarks (push) Successful in 2m8s

This commit is contained in:
saji 2024-08-14 18:36:27 -05:00
parent 11129edbc9
commit afc6c12d9f

10
pi-frame-server.service Normal file
View file

@ -0,0 +1,10 @@
[Unit]
Description=Pi Frame Server
Requires=network-online.target
After=network-online.target
[Service]
ExecStart=/usr/local/bin/pi-frame-server serve
[Install]
WantedBy=multi-user.target