first commit
This commit is contained in:
14
telegramAlert.service
Normal file
14
telegramAlert.service
Normal file
@@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=telegramAlert
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
User=tgalert
|
||||
#Group=your_groupname
|
||||
ExecStart=/usr/bin/telegramAlert
|
||||
EnvironmentFile=-/etc/telegramAlert/telegramAlert.env
|
||||
# Other settings as needed
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
Reference in New Issue
Block a user