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

Fix systemd service file path #16

Merged
merged 1 commit into from
May 8, 2016
Merged

Conversation

0chroma
Copy link
Contributor

@0chroma 0chroma commented May 8, 2016

Service files belong in /lib/systemd/system and are symlinked somewhere in /etc/systemd/system/ when running systemctl enable <serviceName>.service (depending on what's in the WantedBy entry of the service file). More info over here: https://wiki.debian.org/Teams/pkg-systemd/Packaging#systemd_unit_files_naming_and_installation

When I tried installing the deb file exrm_deb outputted it wasn't working on a debian 8 installation using systemd, so I think this will make things closer to being right. The one thing I'm not totally sure about is if it'll automatically get enabled after installation (haven't worked too much with debian packages, so working somewhat blindly)

@coveralls
Copy link

Coverage Status

Coverage remained the same at 76.744% when pulling dbc63f3 on hflw:patch-1 into e08118c on johnhamelink:master.

@johnhamelink johnhamelink merged commit efc0174 into johnhamelink:master May 8, 2016
@johnhamelink
Copy link
Owner

Thanks @Hflw 😄 merged!

@0chroma 0chroma deleted the patch-1 branch May 8, 2016 21:17
@0chroma 0chroma restored the patch-1 branch May 8, 2016 21:18
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

3 participants