feat: remove webhooks, prepping for simple flow
This commit is contained in:
parent
9bc01997d7
commit
e761320bc7
7 changed files with 936 additions and 557 deletions
16
noisebell.service
Normal file
16
noisebell.service
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[Unit]
|
||||
Description=Noisebell Discord Notification Service
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=noisebridge
|
||||
WorkingDirectory=/home/noisebridge/Documents/noisebell
|
||||
Environment=DISCORD_TOKEN=your_bot_token_here
|
||||
Environment=DISCORD_CHANNEL_ID=your_channel_id_here
|
||||
ExecStart=/home/noisebridge/.cargo/bin/noisebell
|
||||
Restart=always
|
||||
RestartSec=10
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue