Remove nether.service file, it is autogenerated during build 62/104862/5
authorRafal Krypa <r.krypa@samsung.com>
Wed, 14 Dec 2016 12:00:34 +0000 (13:00 +0100)
committerRafal Krypa <r.krypa@samsung.com>
Fri, 26 May 2017 12:03:13 +0000 (14:03 +0200)
The nether.service file is generated from nether.service.in. No need to keep the
generated version in the repository.

Change-Id: Id160521703b38d7e38cf1dda2a8d2b318d0edd2b

conf/systemd/nether.service [deleted file]
conf/systemd/nether.service.in [changed mode: 0755->0644]

diff --git a/conf/systemd/nether.service b/conf/systemd/nether.service
deleted file mode 100644 (file)
index e67b6fc..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-#
-#  Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
-#
-#  Contact: Roman Kubiak (r.kubiak@samsung.com)
-#
-#  Licensed under the Apache License, Version 2.0 (the "License");
-#  you may not use this file except in compliance with the License.
-#  You may obtain a copy of the License at
-#
-#      http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing, software
-#  distributed under the License is distributed on an "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#  See the License for the specific language governing permissions and
-#  limitations under the License
-#
-
-[Unit]
-Description=nether service
-
-[Service]
-Type=simple
-ExecStart=/usr/local/bin/nether -d -l JOURNAL -P policy=/etc/nether/cynara.policy -B /etc/nether/file.policy -r /etc/nether/nether.rules
-ExecStartPost=/usr/sbin/ip6tables-restore /etc/nether/nether_ipv6.rules
-Restart=on-failure
-ExecReload=/bin/kill -HUP $MAINPID
-User=security_fw
-Group=security_fw
-SecureBits=keep-caps
-Capabilities=cap_net_admin,cap_net_raw=eip
-CapabilityBoundingSet=CAP_NET_RAW CAP_NET_ADMIN
-SmackProcessLabel=System
-
-[Install]
-WantedBy=multi-user.target
old mode 100755 (executable)
new mode 100644 (file)