|
Demo
Discussion
|
Forum
Config Examples
Contributions
Vulnerabilities
|
Contributions to ELOG |
Not logged in |
|
|
Message ID: 45
Entry time: Thu May 7 09:14:25 2015
|
Author: |
Christof Hanke |
Author Email: |
hanke@rzg.mpg.de |
Category: |
Script |
Subject: |
systemd-unit file |
Status: |
Stable |
Last Revision: |
1 |
|
|
sample systemd-unit file.
Use it as you like. |
|
[Unit]
Description=ELOG Daemon
Wants=network-online.target
After=network-online.target
[Service]
Type=forking
ExecStart=@PREFIX@/elogd -D -c @PREFIX@/elog/elogd.cfg
StandardOutput=null
[Install]
WantedBy=multi-user.target
|