
The files got mixed up in the initial commit and the systemd service file was accidently set as the config file and the config file was never added. This commit fixes the oversight.
12 lines
168 B
Plaintext
12 lines
168 B
Plaintext
[Unit]
|
|
Description=lpmqtt Daemon
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/local/bin/lpmqtt /etc/lpmqtt.conf
|
|
User=lpmqtt
|
|
Group=lpmqtt
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|