instalacion_de_amule_como_servicio_en_systemd
Diferencias
Muestra las diferencias entre dos versiones de la página.
Ambos lados, revisión anteriorRevisión previaPróxima revisión | Revisión previa | ||
instalacion_de_amule_como_servicio_en_systemd [2025/04/13 08:58] – hispa | instalacion_de_amule_como_servicio_en_systemd [2025/04/13 09:08] (actual) – hispa | ||
---|---|---|---|
Línea 11: | Línea 11: | ||
sudo systemctl disable amule-daemon | sudo systemctl disable amule-daemon | ||
sudo nano / | sudo nano / | ||
- | AMULED_USER=" | + | </ |
+ | < | ||
+ | (Cambiamos la siguiente línea) | ||
+ | AMULED_USER=" | ||
(Guardamos y salimos) | (Guardamos y salimos) | ||
+ | </ | ||
+ | < | ||
sudo systemctl start amule-daemon | sudo systemctl start amule-daemon | ||
sudo systemctl stop amule-daemon | sudo systemctl stop amule-daemon | ||
- | nano /home/usuario/ | + | echo -n tu_nick_de_amule | md5sum |
+ | (Copiar el hash que devuelve para pegarlo en su lugar correspondiente del archivo amule.conf) | ||
+ | nano /home/tu_usuario/ | ||
</ | </ | ||
Línea 49: | Línea 56: | ||
ConnectToKad=1 | ConnectToKad=1 | ||
ConnectToED2K=1 | ConnectToED2K=1 | ||
- | TempDir=/ | + | TempDir=/ |
- | IncomingDir=/ | + | IncomingDir=/ |
ICH=1 | ICH=1 | ||
AICHTrust=0 | AICHTrust=0 | ||
Línea 65: | Línea 72: | ||
UAPPref=1 | UAPPref=1 | ||
AllocateFullFile=1 | AllocateFullFile=1 | ||
- | OSDirectory=/ | + | OSDirectory=/ |
OnlineSignature=0 | OnlineSignature=0 | ||
OnlineSignatureUpdate=5 | OnlineSignatureUpdate=5 | ||
Línea 164: | Línea 171: | ||
ECAddress= | ECAddress= | ||
ECPort=4712 | ECPort=4712 | ||
- | ECPassword=0d545153bf7b94d6094a01f5f925163b | + | ECPassword=(Pegar aquí el hash obtenido antes sin los paréntesis) |
UPnPECEnabled=0 | UPnPECEnabled=0 | ||
ShowProgressBar=1 | ShowProgressBar=1 | ||
Línea 174: | Línea 181: | ||
[WebServer] | [WebServer] | ||
Enabled=1 | Enabled=1 | ||
- | Password=0d545153bf7b94d6094a01f5f925163b | + | Password=(Pegar aquí el hash obtenido antes sin los paréntesis) |
PasswordLow= | PasswordLow= | ||
Port=44711 | Port=44711 | ||
Línea 235: | Línea 242: | ||
URL_5=http:// | URL_5=http:// | ||
URL_3=http:// | URL_3=http:// | ||
+ | |||
+ | (Guardamos y salimos) | ||
</ | </ | ||
+ | < | ||
+ | sudo nano / | ||
+ | </ | ||
+ | < | ||
+ | [Unit] | ||
+ | Description=Amuled P2P File Sharing Daemon | ||
+ | After=network.target | ||
+ | |||
+ | [Service] | ||
+ | Type=simple | ||
+ | User=tu_usuario | ||
+ | WorkingDirectory=/ | ||
+ | ExecStart=/ | ||
+ | Restart=always | ||
+ | |||
+ | [Install] | ||
+ | WantedBy=multi-user.target | ||
+ | |||
+ | (Guardamos y salismo) | ||
+ | </ | ||
+ | < | ||
+ | sudo systemctl daemon-reload | ||
+ | sudo systemctl status amuled.service | ||
+ | sudo systemctl enable amuled.service | ||
+ | sudo systemctl start amuled.service | ||
+ | sudo systemctl status amuled.service | ||
+ | </ | ||
+ | |||
+ | Luego, abrir con amulegui | ||
+ | |||
+ | === Origen === | ||
+ | [[https:// | ||
{{tag> chuletas_y_apuntes_diversos arduino}} | {{tag> chuletas_y_apuntes_diversos arduino}} |
instalacion_de_amule_como_servicio_en_systemd.1744527501.txt.gz · Última modificación: 2025/04/13 08:58 por hispa