Fix systemd service

This commit is contained in:
Florian Mounier
2014-03-27 10:35:40 +01:00
parent e106231613
commit cd6b7aadff

View File

@@ -1,9 +1,9 @@
[Unit]
Description=Butterfly Terminal Server
After=syslog.target
After=network.target
[Service]
ExecStart=/usr/bin/butterfly.server.py
ExecStart=/usr/bin/butterfly.server.py
Restart=on-abort
[Install]