blob: 21a751226cf1c096232dda0f23286e5c59a4beb6 [file] [log] [blame]
[Unit]
Description=SVNAuthz Service
[Service]
Type=simple
WorkingDirectory=/usr/local/etc/svnauthz
#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]
WantedBy=multi-user.target