Commit 0db1f9a0 authored by Lucas Russo's avatar Lucas Russo

scripts/systemd/*: delete unused systemd service

This was used in the past when the hotplug
was not working. So, we needed a manager
to spawn our daemons when a new board was
detected
parent 8329f42b
[Unit]
Description=BPM-SW server
After=network-online.target
Wants=network-online.target
After=media-remote_logs.mount
Requires=media-remote_logs.mount
[Service]
EnvironmentFile=/etc/sysconfig/bpm-sw
ExecStart=/usr/local/bin/dev_mngr -f /usr/local/etc/bpm_sw/bpm_sw.cfg
WorkingDirectory=/usr/local/bin
[Install]
WantedBy=multi-user.target
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment