toreanderson / clatd

A 464XLAT CLAT implementation for Linux
MIT License
208 stars 19 forks source link

doesn't work without systemd #40

Open shithubsucks opened 1 day ago

shithubsucks commented 1 day ago

This software assumes systemd and doesn't work without it.

I've managed to get it running by manually coping the files into if-down.d and if-up.d, setting up /etc/default/clatd, and then in a root interactive terminal manually invoking clatd. This seems to start the tun interface just fine.

Why is systemd a dependency to make this work? I don't see how that is actually needed here.

toreanderson commented 12 hours ago

clatd contains, to the best of my recollection, exactly zero dependencies on systemd. What makes you believe otherwise?