-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a systemd script (#50) #260
Conversation
This PR only takes care about adding the systemd files. Integration in debian / red-hat will be done elsewhere. |
On more point to check in this PR: describe the way to duplicate the sync/async systemd script to have more than one task.
We need to clarify this in documentation, and also define if admins should use /etc/default for LSC_CONFIG_DIR, LSC_SYNC_TASKS,... |
We can only pass one parameter to a systemd instance. But admins can still use systemd instances for defining the path to |
As pointed out by @xavierba , we should take advantage of this issue to drop the support of init.d.
Anyway, we no longer support lsc packages for OS older that these. If everyone is ok with that, I am going to remove init.d in #260 |
4265737
to
cccd10b
Compare
systemd scripts seems ready in #260 What I have done since last review:
|
Fixes #50