You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As title says. The relevant line is https://github.com/alexr4535/siglo/blob/main/data/meson.build#L21 - I've never used meson/ninja before, though. My reason is because I have no need for the service and also meson was asking polkit for elevated permissions without telling really me why.
The text was updated successfully, but these errors were encountered:
hendursaga
changed the title
Add meson build option for disable installing systemd service
Add meson build option for disabling installing systemd service
Dec 6, 2021
Seems like the project should probably just install to join_paths(get_option('prefix'), 'lib/systemd/user') instead. Hardcoding /etc is sub-optimal (systemd prefers /usr/lib/ but if you ever do need /etc/ you should still use get_option('sysconfdir')).
As title says. The relevant line is https://github.com/alexr4535/siglo/blob/main/data/meson.build#L21 - I've never used meson/ninja before, though. My reason is because I have no need for the service and also meson was asking polkit for elevated permissions without telling really me why.
The text was updated successfully, but these errors were encountered: