[CentOS-es] systemctl

Pablo Leal pablo.leal.s en gmail.com
Mar Mayo 17 15:45:22 UTC 2016


Hola buenos días comunidad con saludarlos les quiero pedir ayuda referente
a systemctl.

Quiero crear un servicio para aplicarlo con systemctl pero al crearlo y
ejecutarlo no me resulta me sale este error:

 systemctl start flash
Job for flash.service failed because the control process exited with error
code. See "systemctl status flash.service" and "journalctl -xe" for details.



pongo el codigo que eh creado mas bien son dos el de flash.service y
anope.service

[Unit]
Description = IRC Servicios anope
Requires=basic.target
After=basic.target rescue.service rescue.target network.target
AllowIsolate=yes


[Service]
Type=forking
User=root
ExecStart =/bin/bash /xxx/xxx/servicios/bin/services start
ExecStop =/bin/bash /xxx/xxx/servicios/bin/services stop
ExecReload =/bin/bash /xxx/xxx/servicios/bin/services restart




y el de flash es este:


[Unit]

Id=flash.service
Names=flash.service
Requires=basic.target
Wants=system.slice
WantedBy=multi-user.target
Conflicts=shutdown.target
Before=shutdown.target multi-user.target
After=syslog.target network.target auditd.service systemd-journald.socket
basic.target system.slice
Description=flashweb

[Service]
Type=forking
User=root
ExecStart =/bin/bash /root/flashpolicyd/flashpolicyd.rb --xml
flashpolicy.xml --logfile flashpolicyd.log start
ExecStop =/bin/bash /root/flashpolicyd/flashpolicyd.rb --xml
flashpolicy.xml --logfile flashpolicyd.log stop
ExecReload =/bin/bash /root/flashpolicyd/flashpolicyd.rb --xml
flashpolicy.xml --logfile flashpolicyd.log restart


[Install]
WantedBy = default.target


Si alguien me puede ayudar por favor de antemano muchas gracias


Más información sobre la lista de distribución CentOS-es