mirror of
https://github.com/ovosimpatico/logfile-to-discord.git
synced 2026-01-15 13:42:53 -03:00
11 lines
231 B
SYSTEMD
11 lines
231 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Log Broadcast Service
|
||
|
|
Documentation=https://github.com/nanometer5088/logfile-to-discord
|
||
|
|
After=network.target
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
User=root
|
||
|
|
ExecStart=/bin/bash path/to/log_broadcast.sh
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|