summarylogtreecommitdiffstats
path: root/neutron-server.service
diff options
context:
space:
mode:
authorErhan SAHIN2015-06-12 00:33:05 +0300
committerErhan SAHIN2015-06-12 00:33:05 +0300
commit0d217b4c2dc7e626897b6415700a6f3fa7affe75 (patch)
tree4a945acdae3e6ec88d666369f4bd3edb86d49f9e /neutron-server.service
downloadaur-0d217b4c2dc7e626897b6415700a6f3fa7affe75.tar.gz
AUR4 Migration
Diffstat (limited to 'neutron-server.service')
-rw-r--r--neutron-server.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/neutron-server.service b/neutron-server.service
new file mode 100644
index 000000000000..8c0ea16b352a
--- /dev/null
+++ b/neutron-server.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Neutron server
+
+[Service]
+EnvironmentFile=/etc/default/neutron-server
+ExecStart=/usr/bin/neutron-server --config-file=/etc/neutron/neutron.conf --config-file=/etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini --log-file=/var/log/neutron/server.log
+User=neutron
+
+[Install]
+WantedBy=multi-user.target