|
|
@@ -1,8 +1,8 @@
|
|
|
# Instala servicio en Linux
|
|
|
#### Mover esto archivos a la siguen carpeta
|
|
|
|
|
|
-```cd /etc/systemd/system```
|
|
|
+```cd /etc/systemd/system
|
|
|
|
|
|
#### Habilitar servicio creado
|
|
|
|
|
|
-```systemctl enable {nombre del servicio} ```
|
|
|
+```systemctl enable {nombre del servicio}
|