↧
qmake project custom install and files being installed as non-executable
I had some issues with creating a custom install target from a qmake pro file for a project today and everything took me quite some time to get working I’m embarassed to say. This was done to create...
View ArticleSystemd oneshot, ExecStop and RemainAfterExit
I wanted to create a systemd service file that just ran 3 small commands today in a sequence on ExecStart and another set of reverse commands on ExecStop. My initial idea was to use bash syntax with ;...
View Article