a little nicer wrt pep8
[sfa.git] / systemd / sfa-aggregate.service
1 [Unit]
2 Description=SFA Aggregate Manager (AM)
3 Requires=sfa-db.service
4 After=sfa-db.service
5
6 [Service]
7 ExecStart=/bin/bash -c "/usr/bin/sfa-start.py -a"
8
9 [Install]
10 WantedBy=multi-user.target