OpenEmm 2019 start script Bad Message
Posted: Wed Jan 15, 2020 3:07 pm
Hi!
There is possibly an error in the systemd unit file openemm.service to start OpenEmm at startup.
The result is
Please any suggestion.
OS -Centos 7
UPD:
found log messages
There is possibly an error in the systemd unit file openemm.service to start OpenEmm at startup.
Code: Select all
[Unit]
Description=OpenEMM startup script
After=var-run.mount network.target local-fs.target time-sync.target
sendmail.service postfix.service
[Service]
User=openemm
Group=openemm
Type=oneshot
RemainAfterExit=true
ExecStart=/home/openemm/bin/openemm.sh start
ExecStop=/home/openemm/bin/openemm.sh stop
TimeoutSec=300
StandardOutput=journal+console
[Install]
WantedBy=multi-user.target
Code: Select all
#systemctl enable openemm
#Failed to execute operation: Bad message
OS -Centos 7
UPD:
found log messages
Code: Select all
[/etc/systemd/system/openemm.service:4] Missing '='.
[/etc/systemd/system/openemm.service:4] Missing '='.
[/etc/systemd/system/openemm.service:4] Missing '='.
[/etc/systemd/system/openemm.service:4] Missing '='.