~ubuntu-branches/ubuntu/saucy/syslog-ng/saucy

« back to all changes in this revision

Viewing changes to contrib/systemd/syslog-ng.service

  • Committer: Package Import Robot
  • Author(s): Serge Hallyn
  • Date: 2011-11-15 08:48:02 UTC
  • mfrom: (26.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20111115084802-n0jegdnjlxk0m26s
Tags: 3.3.1.dfsg-1ubuntu1
* debian/control: remove libsystemd-daemon-dev build-depends
* debian/rules: remove --with-systemdsystemunitdir from
  override_dh_auto_configure.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[Unit]
 
2
Description=System Logger Daemon
 
3
 
 
4
[Service]
 
5
Sockets=syslog.socket
 
6
ExecStartPre=/bin/systemctl stop systemd-kmsg-syslogd.service
 
7
ExecStart=/usr/sbin/syslog-ng -F
 
8
ExecReload=/bin/kill -HUP $MAINPID
 
9
StandardOutput=null
 
10
 
 
11
[Install]
 
12
WantedBy=multi-user.target