projects
/
infrastructure-svnauthz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f72405
)
added dummy start / stop commands to test deployment
pipservice
1/head
author
dfoulks
<dfoulks@apache.org>
Fri, 26 Mar 2021 16:37:12 +0000
(11:37 -0500)
committer
dfoulks
<dfoulks@apache.org>
Fri, 26 Mar 2021 16:37:12 +0000
(11:37 -0500)
pipservice-svnauthz.service
patch
|
blob
|
history
diff --git
a/pipservice-svnauthz.service
b/pipservice-svnauthz.service
index 5c2acfafbc5a10537265fb3171de9f0bb194e491..21a751226cf1c096232dda0f23286e5c59a4beb6 100644
(file)
--- a/
pipservice-svnauthz.service
+++ b/
pipservice-svnauthz.service
@@
-4,8
+4,10
@@
Description=SVNAuthz Service
[Service]
Type=simple
WorkingDirectory=/usr/local/etc/svnauthz
-ExecStart=/usr/bin/python authz.py --foreground
-ExecStop=/usr/bin/pkill -f authz.py || /bin/echo "authz.py exited"
+#ExecStart=/usr/bin/python authz.py --foreground
+ExecStart=/usr/bin/echo "authz start"
+#ExecStop=/usr/bin/pkill -f authz.py || /bin/echo "authz.py exited"
+ExecStop=/usr/bin/echo "authz stop"
Restart=on-failure
[Install]