~ubuntu-branches/ubuntu/vivid/lvm2/vivid

« back to all changes in this revision

Viewing changes to scripts/dm_event_systemd_red_hat.service.in

  • Committer: Package Import Robot
  • Author(s): Bastian Blank
  • Date: 2012-05-01 20:27:50 UTC
  • mto: (3.1.23 sid)
  • mto: This revision was merged to the branch mainline in revision 72.
  • Revision ID: package-import@ubuntu.com-20120501202750-gljjjtblowwq9mw8
Tags: upstream-2.02.95
ImportĀ upstreamĀ versionĀ 2.02.95

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[Unit]
2
2
Description=Device-mapper event daemon
3
 
After=fedora-storage-init.service fedora-storage-init-late.service
 
3
Requires=dm-event.socket
 
4
After=dm-event.socket
4
5
Before=local-fs.target
5
6
DefaultDependencies=no
6
7
 
7
8
[Service]
8
9
Type=forking
9
10
ExecStart=@sbindir@/dmeventd
 
11
ExecReload=@sbindir@/dmeventd -R
10
12
PIDFile=@DMEVENTD_PIDFILE@
11
13
OOMScoreAdjust=-1000
12
14