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:
21e3ae7
)
Remove brackets in service file.
03/78803/1
accepted/tizen/common/20160707.171646
accepted/tizen/ivi/20160707.043345
accepted/tizen/mobile/20160707.043404
accepted/tizen/tv/20160707.043250
accepted/tizen/wearable/20160707.043343
submit/tizen/20160707.022820
author
jin-gyu.kim
<jin-gyu.kim@samsung.com>
Thu, 7 Jul 2016 02:23:39 +0000
(11:23 +0900)
committer
jin-gyu.kim
<jin-gyu.kim@samsung.com>
Thu, 7 Jul 2016 02:23:44 +0000
(11:23 +0900)
Change-Id: I9a27c41a23fdb2d3bd8bb6a2a9377d25029b0a49
conf/systemd/nether.service.in
patch
|
blob
|
history
diff --git
a/conf/systemd/nether.service.in
b/conf/systemd/nether.service.in
index 9a978e8a180907f2784e1ae60c97f0e94cc95a8f..4c38f6fd59ef7a741d63575990452e5599f5866a 100755
(executable)
--- a/
conf/systemd/nether.service.in
+++ b/
conf/systemd/nether.service.in
@@
-24,8
+24,8
@@
Type=simple
ExecStart=${CMAKE_INSTALL_PREFIX}/bin/nether -l JOURNAL -P policy=${SYSCONF_INSTALL_DIR}/nether/cynara.policy -B ${SYSCONF_INSTALL_DIR}/nether/file.policy -r ${SYSCONF_INSTALL_DIR}/nether/nether.rules
Restart=on-failure
ExecReload=/bin/kill -HUP $MAINPID
-User=
[security_fw]
-Group=
[security_fw]
+User=
security_fw
+Group=
security_fw
[Install]
WantedBy=multi-user.target