-
Crear un servicio básico en systemd
Código básico para crear un servicio en systemd (/etc/systemd/system/servicio.service):
[Unit] Description=Descripción del servicio [Service] ExecStart=/Ruta/absoluta/hacia/el/comando/a/ejecutar [Install] WantedBy=default.target