12 lines
185 B
INI
12 lines
185 B
INI
|
[Unit]
|
||
|
Description=test_bot
|
||
|
After=multi-user.target
|
||
|
|
||
|
[Service]
|
||
|
Type=idle
|
||
|
ExecStart=/home/пользователь/test_bot/magic.sh
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|