Apply changes to code to support path; Add signal handling; Update README

This commit is contained in:
Allen Wolf
2023-12-30 02:35:32 -06:00
parent 5c3863421b
commit 4973eaaa36
5 changed files with 254 additions and 0 deletions

View File

@ -0,0 +1,12 @@
[Unit]
Description=mergeinputs restarter
After=multi-user.target
StartLimitIntervalSec=5
StartLimitBurst=20
[Service]
Type=oneshot
ExecStart=/usr/bin/systemctl restart mergeinputs.service
[Install]
WantedBy=multi-user.target