mirror of
https://github.com/idanoo/gomatrixbot
synced 2025-07-02 00:22:16 +00:00
16 lines
No EOL
275 B
Desktop File
16 lines
No EOL
275 B
Desktop File
[Unit]
|
|
Description=GoMatrixBot
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
Group=root
|
|
WorkingDirectory=/root/data
|
|
ExecStart=/root/gomatrixbot/src/main
|
|
TimeoutStopSec=300
|
|
EnvironmentFile=/root/data/environment
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |