~smoser/ubuntu/wily/maas/lp1474417

« back to all changes in this revision

Viewing changes to debian/maas-proxy.maas-proxy.service

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2015-04-22 12:10:50 UTC
  • Revision ID: package-import@ubuntu.com-20150422121050-egqv2pey2zqvquos
Tags: 1.7.3+bzr3363-0ubuntu2
* Use python-django16 instead of python-django ( 1.7). MAAS does not
  support django 1.7 due to having a new migration system. (LP: #1447573)
* Adding systemd units and packaging support. (LP: #1423613)
* debian/control: Add missing dependency on python-apt. (LP: #1446878)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[Unit]
 
2
Description=MAAS Proxy
 
3
Requires=network-online.target
 
4
After=network-online.target
 
5
ConditionPathExists=/etc/maas/maas-proxy.conf
 
6
 
 
7
[Service]
 
8
ExecStartPre=/bin/mkdir -p /run/maas/proxy
 
9
ExecStartPre=/bin/sh -ec '\
 
10
    . /usr/share/maas/maas-proxy-common.sh; \
 
11
    pre_start'
 
12
ExecStart=/usr/sbin/squid3 -N -f /etc/maas/maas-proxy.conf
 
13
 
 
14
[Install]
 
15
WantedBy=multi-user.target