Skip to content
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

Added support for systemd and Arch Linux #217

Merged
merged 2 commits into from
Oct 4, 2013
Merged

Added support for systemd and Arch Linux #217

merged 2 commits into from
Oct 4, 2013

Conversation

FSMaxB
Copy link
Contributor

@FSMaxB FSMaxB commented Oct 3, 2013

I did a systemd service unit that simply wraps to the actual init script (note: the systemd service unit runs /usr/local/bin/msm not /etc/init.d/msm).

I also made an installation script for archlinux. Everything works except for the download of the systemd service file, because it links to your master branch, where the file doesn't exist. It will work however as soon as the file is in your master branch (if you decide to do so).

just put msm.service in /etc/systemd/system/ and make sure you have msm
accessible via /usr/local/bin

enable:  systemctl enable msm.service
disable: systemctl disable msm.service
start:   systemctl start msm.service
stop:    systemctl stop msm.service
zachlatta added a commit that referenced this pull request Oct 4, 2013
Added support for systemd and Arch Linux
@zachlatta zachlatta merged commit f7b5027 into msmhq:master Oct 4, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants