Skip to content

Commit

Permalink
Add missing [Install] section to systemd service files
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
  • Loading branch information
lamby committed Feb 7, 2016
1 parent 04a4436 commit 79a7cde
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions debian/takeyourmeds.takeyourmeds-celery.service
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Description=takeyourmeds-celery
After=network.target

[Install]
WantedBy=multi-user.target

[Service]
User=www-data
Group=www-data
Expand Down
3 changes: 3 additions & 0 deletions debian/takeyourmeds.takeyourmeds-gunicorn.service
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Description=takeyourmeds-gunicorn
After=network.target

[Install]
WantedBy=multi-user.target

[Service]
User=www-data
Group=www-data
Expand Down

0 comments on commit 79a7cde

Please sign in to comment.