13 lines
263 B
Desktop File
Executable file
13 lines
263 B
Desktop File
Executable file
[Unit]
|
|
Description=MnemoCardsTelegramBot
|
|
After=network.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Restart=always
|
|
Type=simple
|
|
WorkingDirectory=/root/mnemo_cards_telegram_bot
|
|
ExecStart=/root/mnemo_cards_telegram_bot/bot.exe
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|