• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Centos7 systemd startup scripts
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Centos7 systemd startup scripts


  • Subject: Re: Centos7 systemd startup scripts
  • From: Helmut Tschemernjak <email@hidden>
  • Date: Mon, 22 Dec 2014 22:27:34 +0100
  • Organization: HELIOS Software GmbH

Hi Mattheo,

we ported our software solutions some weeks ago to the Intel Edison platform running in a match box, maybe the smallest WO server solution with great performance. The Edison comes Yocto LInux which only includes systemd/journald.
I believe after decades of rc-init scripts, systemd is a great
replacement for UNIX init and rc file processing.
It should be easy to support systemd, I created in
"/etc/systemd/system/multi-user.target.wants" the following config file:
helios.service: (adopt it for your needs)
=================================
[Unit]
Description=HELIOS Universal File Server
After=network.target

[Service]
EnvironmentFile=-/etc/default/busybox-syslog
ExecStart=/home/helios/bin/start-helios
ExecStop=/home/helios/bin/stop-helios now
Type=forking
StandardError=syslog

[Install]
WantedBy=multi-user.target
==========================================

PS:  Our Intel Edison How-To Guide
http://www.helios.de/heliosapp/edison/index.html

Regards

Helmut


On 22/12/14 17:27, Altera WO Team wrote:
Hi all,

for a series of unfortunate reasons I need to deploy on Linode on Centos7 ...mostly me being an idiot.
I need to use Linode's private networking and so I can't use the usual  sysV startup scripts because I need to wait for NetworkManager to come up.
I'm forced to adapt the wotask and womonitor scripts to run as systemd scripts so I just wanted to ask if anybody has had a similar issue and maybe created its own scripts?


Thanks,


Matteo
  _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden


References: 
 >Centos7 systemd startup scripts (From: Altera WO Team <email@hidden>)

  • Prev by Date: Re: [SOLVED] ERMDActionBar in topActions?
  • Next by Date: Re: Facebook login component?
  • Previous by thread: Centos7 systemd startup scripts
  • Next by thread: Re: D2W - How to turn of batching in EmbeddedLists
  • Index(es):
    • Date
    • Thread