Rename some environment variables. Add partial deb metadata
This commit is contained in:
12
systemd/reminder-rs.service
Normal file
12
systemd/reminder-rs.service
Normal file
@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=Reminder Bot
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/reminder-rs
|
||||
Restart=always
|
||||
RestartSec=4
|
||||
# Environment="RUST_LOG=warn,reminder_rs=info,postman=info"
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user