Hype/tools/hype.service

10 lines
171 B
SYSTEMD
Raw Permalink Normal View History

2023-06-22 15:30:22 +02: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