Skip to content

Commit

Permalink
Create pipservice-pypubsub-ldap.service
Browse files Browse the repository at this point in the history
  • Loading branch information
Humbedooh committed Nov 22, 2021
1 parent dda651a commit 77ba7a1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pipservice-pypubsub-ldap.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[Unit]
Description=PyPubSub LDAP Notifying Client

[Service]
Type=simple
WorkingDirectory=/opt/pypubsub-ldap
ExecStart=/usr/local/bin/pipenv run python3 client.py
Restart=always

[Install]
WantedBy=multi-user.target

0 comments on commit 77ba7a1

Please sign in to comment.