10 lines
159 B
SYSTEMD
10 lines
159 B
SYSTEMD
|
[Unit]
|
||
|
Description=CCCB Plenum-Bot
|
||
|
After=network-online.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/home/plenum-bot/plenum-bot/target/debug/Plenum-Bot
|
||
|
Type=simple
|
||
|
User=root
|
||
|
|