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

systemd startup file #24

Open
qwazix opened this issue Jan 29, 2018 · 4 comments
Open

systemd startup file #24

qwazix opened this issue Jan 29, 2018 · 4 comments

Comments

@qwazix
Copy link

qwazix commented Jan 29, 2018

Here's a systemd startup item for modern distros. Put in /etc/systemd/system/

[Unit]
Description=CM160 server

[Service]
Type=forking
ExecStartPre=/bin/sh -c '. /etc/eagleowl.conf;test -x $install_path/cm160 || { $
ExecStart=/bin/sh -c '. /etc/eagleowl.conf;cd $install_path;$install_path/cm160$
ExecStop=killall cm160

[Install]
WantedBy=multi-user.target
@vincent1890
Copy link

Impossible to run it how to transform the script init to systemd please

@fbourqui
Copy link
Contributor

fbourqui commented Oct 28, 2018 via email

@vincent1890
Copy link

You can have a look at my fork, with x86 build and working systemd script: https://github.com/fbourqui/eagle-owl ---- On Sat, 27 Oct 2018 22:36:13 +0200 vincent1890 [email protected] wrote ---- Impossible to run it how to transform the script init to systemd please — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

Good thank you on ubuntu 18.04

@GreenBattery
Copy link

Hi, have you offered a pull request to the main project? if the maintainer is willing to accept, it makes sense to push your enhancements back. Thanks in advance.

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

No branches or pull requests

4 participants