10 lines
235 B
Desktop File
10 lines
235 B
Desktop File
[Unit]
|
|
Description=Send heathcliff to beneral channel
|
|
|
|
[Service]
|
|
Type=OneShot
|
|
# ExecStart=/usr/bin/python3 /home/bread/servers/send_cliff.py
|
|
Restart=on-failure
|
|
RestartSec=30
|
|
ExecStart=/bin/bash /home/bread/servers/cliff/send_cliff2.sh
|