Skip to content

Instantly share code, notes, and snippets.

View firvida's full-sized avatar

Abel Alfonso Fírvida Donéstevez firvida

View GitHub Profile
@firvida
firvida / polipo-systemd.service
Created December 3, 2021 20:21
Polipo service that acts like if it was a file server
[Unit]
Description=Polipo
After=network.target
StartLimitIntervalSec=0
[Service]
Type=simple
Restart=always
RestartSec=1
User=root