This is feedback from dogfooding Cascade internally, going only by public documentation.
The thing that tripped me up twice, last week (when systemctl enable cascade.service), and just now once again (journalctl -u cascade.service), is that the systemd service is called cascaded.service (matching the daemon process), and not cascade.service (like the name of the project). I understand why it’s named that way, but somehow it goes against what I’m used to.
I think that's primarily to do with how common systemd services I use follow the .service scheme. One example is ssh.service starting sshd. I'm sure there are counterexamples, just reporting my experience.
I am curious about the preferences of others, but I would be in favor of renaming the .service file to cascade.service.
This is feedback from dogfooding Cascade internally, going only by public documentation.
The thing that tripped me up twice, last week (when
systemctl enable cascade.service), and just now once again (journalctl -u cascade.service), is that the systemd service is called cascaded.service (matching the daemon process), and not cascade.service (like the name of the project). I understand why it’s named that way, but somehow it goes against what I’m used to.I think that's primarily to do with how common systemd services I use follow the .service scheme. One example is ssh.service starting sshd. I'm sure there are counterexamples, just reporting my experience.
I am curious about the preferences of others, but I would be in favor of renaming the .service file to cascade.service.