mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 00:38:06 +00:00
13 lines
236 B
Desktop File
13 lines
236 B
Desktop File
[Unit]
|
|
Description=hyperglass
|
|
After=network.target
|
|
Requires=redis-server
|
|
|
|
[Service]
|
|
User=root
|
|
Group=root
|
|
EnvironmentFile=/etc/hyperglass/hyperglass.env
|
|
ExecStart=python3 -m hyperglass.console start
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|