more minor changes
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
8c9236ec3d
commit
fc1d02cb21
|
@ -6,8 +6,8 @@ info:
|
||||||
dpkg-deb --info ${DEB}
|
dpkg-deb --info ${DEB}
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf control.tar.xz data.tar.xz ${DEB}
|
rm -rf control.tar.xz data.tar.xz *.deb DEBIAN/md5sums
|
||||||
rm -rf files/opt
|
# rm -rf files/opt
|
||||||
|
|
||||||
# debian stores the calcuated md5sum checksums for each file in the package
|
# debian stores the calcuated md5sum checksums for each file in the package
|
||||||
md5sum:
|
md5sum:
|
||||||
|
|
|
@ -10,7 +10,7 @@ TimeoutStartSec=3600
|
||||||
KillMode=mixed
|
KillMode=mixed
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=10
|
RestartSec=10
|
||||||
WorkingDirectory=/opt/mattermost
|
WorkingDirectory=/var/mattermost
|
||||||
User=mattermost
|
User=mattermost
|
||||||
Group=mattermost
|
Group=mattermost
|
||||||
LimitNOFILE=49152
|
LimitNOFILE=49152
|
||||||
|
|
Loading…
Reference in New Issue