Hype/tools/hype.service

10 lines
171 B
INI
Raw Normal View History

2023-06-22 13:30:22 +00:00
[Unit]
Description= Hype service
After=multi-user.target
[Service]
Type=simple
Restart=always
ExecStart=/usr/bin/python3 /etc/hype.py
[Install]
WantedBy=multi-user.target