a little nicer wrt pep8
[sfa.git] / systemd / sfa-registry.service
1 # this is meant to be installed under /etc/systemd/system
2 [Unit]
3 Description=SFA Registry Service
4 Requires=sfa-db.service
5 After=sfa-db.service
6
7 [Service]
8 ExecStart=/bin/bash -c "/usr/bin/sfa-start.py -r"
9
10 [Install]
11 WantedBy=multi-user.target