Kuma setup with mattermost

This commit is contained in:
2024-11-11 18:07:28 -07:00
commit 1dc4dc73a2
21 changed files with 956 additions and 0 deletions

View File

@ -0,0 +1,19 @@
[Unit]
# Auto-generated, DO NOT EDIT
Description=Service for snap application adguard-home.adguard-home
Requires=snap-adguard\x2dhome-7470.mount
Wants=network.target
After=snap-adguard\x2dhome-7470.mount network.target snapd.apparmor.service
X-Snappy=yes
[Service]
EnvironmentFile=-/etc/environment
ExecStart=/usr/bin/snap run adguard-home
SyslogIdentifier=adguard-home.adguard-home
Restart=always
WorkingDirectory=/var/snap/adguard-home/7470
TimeoutStopSec=30
Type=simple
[Install]
WantedBy=multi-user.target