10 lines
164 B
SYSTEMD
10 lines
164 B
SYSTEMD
|
[Unit]
|
||
|
Description=Next gen uff bot
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/ruff -c /etc/ruff/config.toml
|
||
|
Environment=RUST_LOG=information
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|