mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
move examples to project directory
This commit is contained in:
12
hyperglass/examples/hyperglass.service
Normal file
12
hyperglass/examples/hyperglass.service
Normal file
@@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=hyperglass
|
||||
After=network.target
|
||||
Requires=redis-server.service
|
||||
|
||||
[Service]
|
||||
User=www-data
|
||||
Group=www-data
|
||||
ExecStart=/usr/local/bin/python3 -m sanic hyperglass.web.app
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user