Skip to content

Commit

Permalink
Fix for systemd script
Browse files Browse the repository at this point in the history
  • Loading branch information
9seconds committed Apr 3, 2016
1 parent 9d83ff7 commit 4cde98c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions concierge/endpoints/templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,13 @@
SYSTEMD_CONFIG = """
[Unit]
Description=Daemon for converting ~/.concierge to ~/.ssh/config
After=syslog.target
[Service]
ExecStart={command} -u {templater} -o {sshconfig}
Restart=on-failure
[Install]
WantedBy=multi-user.target
WantedBy=default.target
""".strip()

SYSTEMD_SERVICE_NAME = "concierge.service"
Expand Down

0 comments on commit 4cde98c

Please sign in to comment.