projects
/
platform
/
core
/
security
/
nether.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba33eff
)
Fixed the -d option.
98/58098/1
author
r.kubiak
<r.kubiak@samsung.com>
Wed, 27 Jan 2016 11:44:39 +0000
(12:44 +0100)
committer
r.kubiak
<r.kubiak@samsung.com>
Wed, 27 Jan 2016 11:47:54 +0000
(12:47 +0100)
Change-Id: I82c08e1558bf23fb7c446f0eddd8540692a8d51e
conf/systemd/nether.service.in
patch
|
blob
|
history
diff --git
a/conf/systemd/nether.service.in
b/conf/systemd/nether.service.in
index
2ccc4fc
..
ab44b04
100644
(file)
--- a/
conf/systemd/nether.service.in
+++ b/
conf/systemd/nether.service.in
@@
-21,7
+21,7
@@
Description=nether service
[Service]
Type=simple
-ExecStart=${CMAKE_INSTALL_PREFIX}/bin/nether -
d -
l JOURNAL -B ${SYSCONF_INSTALL_DIR}/nether/nether.policy -r ${SYSCONF_INSTALL_DIR}/nether/nether.rules
+ExecStart=${CMAKE_INSTALL_PREFIX}/bin/nether -l JOURNAL -B ${SYSCONF_INSTALL_DIR}/nether/nether.policy -r ${SYSCONF_INSTALL_DIR}/nether/nether.rules
Restart=on-failure
ExecReload=/bin/kill -HUP $MAINPID