# User unit: install to ~/.config/systemd/user/ipx.service, then # systemctl --user enable --now ipx # The socket lands in $XDG_RUNTIME_DIR/ipx.sock by default, so a UI running as the # same user can attach without extra configuration. [Unit] Description=ipx podcatcher After=network-online.target Wants=network-online.target [Service] Type=simple ExecStart=%h/.cargo/bin/ipx daemon Restart=on-failure RestartSec=30 Environment=IPX_LOG=ipx=info [Install] WantedBy=default.target