Compare commits
No commits in common. "8c9236ec3de0fb0863bf44b2e0e5741f1e0f851e" and "3c10c163688f19ec79989e064ba4cdaa8e7940f4" have entirely different histories.
8c9236ec3d
...
3c10c16368
|
@ -5,7 +5,6 @@ Architecture: amd64
|
||||||
Maintainer: Jeff Carr <jcarr@wit.com>
|
Maintainer: Jeff Carr <jcarr@wit.com>
|
||||||
Installed-Size: 5883
|
Installed-Size: 5883
|
||||||
Section: network
|
Section: network
|
||||||
Requires: postgresql
|
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Homepage: https://github.com/mattermost/mattermost-server
|
Homepage: https://github.com/mattermost/mattermost-server
|
||||||
Description: mattermost
|
Description: mattermost
|
||||||
|
|
|
@ -1,18 +0,0 @@
|
||||||
[Unit]
|
|
||||||
Description=Mattermost
|
|
||||||
After=network.target
|
|
||||||
After=postgresql.service
|
|
||||||
BindsTo=postgresql.service
|
|
||||||
[Service]
|
|
||||||
Type=notify
|
|
||||||
ExecStart=/opt/mattermost/bin/mattermost
|
|
||||||
TimeoutStartSec=3600
|
|
||||||
KillMode=mixed
|
|
||||||
Restart=always
|
|
||||||
RestartSec=10
|
|
||||||
WorkingDirectory=/opt/mattermost
|
|
||||||
User=mattermost
|
|
||||||
Group=mattermost
|
|
||||||
LimitNOFILE=49152
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
|
@ -1,6 +1,5 @@
|
||||||
.debian/mattermost*.deb
|
.debian/*.deb
|
||||||
.debian/control.tar.xz
|
.debian/*.tar.xz
|
||||||
.debian/data.tar.xz
|
|
||||||
.debian/DEBIAN/md5sums
|
.debian/DEBIAN/md5sums
|
||||||
.debian/files/opt/
|
.debian/files/opt/
|
||||||
mattermost*tar.gz
|
mattermost*
|
||||||
|
|
Loading…
Reference in New Issue