puppet-lpmqtt/templates/lpmqtt.service.erb
Matthew Treinish 9c10de6b26
Fix config templates
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.
2016-08-31 15:56:51 -04:00

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