You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
cathedral/tools/cathedral.service

12 lines
264 B

[Unit]
Description=erect the cathedral!
Documentation=https://github.com/kurisufriend/cathedral
[Service]
User=cathedral
Group=cathedral
ExecStart=python3 /var/cathedral/main.py --cfg /var/cathedral/config.json
Restart=always
[Install]
WantedBy=multi-user.target