diff options
author | root <root@rshg054.dnsready.net> | 2012-04-19 00:01:30 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-04-19 00:01:30 +0000 |
commit | fe675be3a5f22b4397ea55959bb3c47b4c1b8288 (patch) | |
tree | 2d8d385678576c75dc561c6fc2c194df7aad2b9b /community/ucarp/ucarp.service | |
parent | 637c1cfdcd258a870ad5367cbf47a8a2799039c7 (diff) |
Thu Apr 19 00:01:30 UTC 2012
Diffstat (limited to 'community/ucarp/ucarp.service')
-rw-r--r-- | community/ucarp/ucarp.service | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/community/ucarp/ucarp.service b/community/ucarp/ucarp.service new file mode 100644 index 000000000..d4afd4d0d --- /dev/null +++ b/community/ucarp/ucarp.service @@ -0,0 +1,9 @@ +[Unit] +Description=UCARP daemon + +[Service] +EnvironmentFile=/etc/conf.d/ucarp +ExecStart=/usr/sbin/ucarp $DAEMON_OPTS + +[Install] +WantedBy=multi-user.target |