Skip to content
This repository has been archived by the owner on Mar 22, 2018. It is now read-only.

Commit

Permalink
containermgr-service: Build and install additions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashcrow committed Dec 7, 2016
1 parent cbceae3 commit 465bc67
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions conf/systemd/commissaire-containermgr.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[Unit]
Description=Commissaire Container Manager Service
Documentation=https://commissaire.readthedocs.io/
After=network.target

[Service]
ExecStart=/usr/bin/commissaire-containermgr-service -c /etc/commisasire/containermgr.conf
PIDFile=/var/run/commissaire-containermgr-service.pid
Type=simple

[Install]
WantedBy=multi-user.target
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ def extract_requirements(filename):
'commissaire_service.storage:main'),
('commissaire-clusterexec-service = '
'commissaire_service.clusterexec:main'),
('commissaire-containermgr-service = '
'commissaire_service.containermgr:main'),
('commissaire-investigator-service = '
'commissaire_service.investigator:main'),
('commissaire-watcher-service = '
Expand Down

0 comments on commit 465bc67

Please sign in to comment.