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.
14 lines
292 B
14 lines
292 B
[Unit]
|
|
Description=Dominic Botoretto Discord Bot
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
RestartSec=5s
|
|
User=dominic
|
|
Environment=PYTHONUNBUFFERED=1
|
|
WorkingDirectory=/path/to/dominic-botoretto/
|
|
ExecStart=/usr/bin/python3 /path/to/dominic-botoretto/Robocop.py
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |