Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
a9b224df
Commit
a9b224df
authored
4 years ago
by
Bart Ribbers
Committed by
Kevin Daudt
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/mautrix-telegram: fix init script
parent
db992251
No related branches found
No related tags found
1 merge request
!15171
community/mautrix-telegram: fix launch
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/mautrix-telegram/APKBUILD
+2
-2
2 additions, 2 deletions
community/mautrix-telegram/APKBUILD
community/mautrix-telegram/mautrix-telegram.initd
+1
-1
1 addition, 1 deletion
community/mautrix-telegram/mautrix-telegram.initd
with
3 additions
and
3 deletions
community/mautrix-telegram/APKBUILD
+
2
−
2
View file @
a9b224df
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname
=
mautrix-telegram
pkgname
=
mautrix-telegram
pkgver
=
0.9.0
pkgver
=
0.9.0
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"A Matrix-Telegram hybrid puppeting/relaybot bridge"
pkgdesc
=
"A Matrix-Telegram hybrid puppeting/relaybot bridge"
url
=
"https://github.com/tulir/mautrix-telegram"
url
=
"https://github.com/tulir/mautrix-telegram"
arch
=
"noarch"
arch
=
"noarch"
...
@@ -64,6 +64,6 @@ package() {
...
@@ -64,6 +64,6 @@ package() {
"
$pkgdir
"
/usr/share/mautrix-telegram/
"
$pkgdir
"
/usr/share/mautrix-telegram/
}
}
sha512sums
=
"16622cf9f1624c8641fbda9a47e34bc78d08f068cf6c6715fb8da8d2bad19e02fc161b8b246623400831f25d466fa40ae14115bae716997ed83e8ba683e30c76 mautrix-telegram-v0.9.0.tar.gz
sha512sums
=
"16622cf9f1624c8641fbda9a47e34bc78d08f068cf6c6715fb8da8d2bad19e02fc161b8b246623400831f25d466fa40ae14115bae716997ed83e8ba683e30c76 mautrix-telegram-v0.9.0.tar.gz
1286a846f729020669a4640ec74530d09c8da103d9f9fd10e6bf17e3258fde825c9a616e5654178a4314b160fed2c94b4ab1e49ebfed738b422f4ededf01b989
mautrix-telegram.initd
315b41db24df30582b670dc5d2809e0370a18aee03e52a217d0d233a7eb328c1fad323494e0ab615af4297444556c2e4a34fde699dd248473357996e0651779e
mautrix-telegram.initd
7b3c15dd2d0671c4c777bcf4f2e905d9a0b639a54828313ac9db1a9793fde3d092e92f18aa896bff94b9a81db3df74b3de65661c6879cb648d36f5cec2437df0 mautrix-telegram.confd
7b3c15dd2d0671c4c777bcf4f2e905d9a0b639a54828313ac9db1a9793fde3d092e92f18aa896bff94b9a81db3df74b3de65661c6879cb648d36f5cec2437df0 mautrix-telegram.confd
09e9afa45341927fc6085573aaa8a2b3816ad75b664d57ebd2e44cab2612f97972f022e66a4b98e5cd1c7421d257859ffa5333201f11a5666cdaa470b8618c03 default-log-dir.patch"
09e9afa45341927fc6085573aaa8a2b3816ad75b664d57ebd2e44cab2612f97972f022e66a4b98e5cd1c7421d257859ffa5333201f11a5666cdaa470b8618c03 default-log-dir.patch"
This diff is collapsed.
Click to expand it.
community/mautrix-telegram/mautrix-telegram.initd
+
1
−
1
View file @
a9b224df
...
@@ -7,7 +7,7 @@ description="Daemon for mautrix-telegram, the Matrix-Telegram hybrid puppeting/r
...
@@ -7,7 +7,7 @@ description="Daemon for mautrix-telegram, the Matrix-Telegram hybrid puppeting/r
:
${
command_user
:
=
"mautrix-telegram:mautrix-telegram"
}
:
${
command_user
:
=
"mautrix-telegram:mautrix-telegram"
}
:
${
config
:
=
"/etc/mautrix-telegram/config.yaml"
}
:
${
config
:
=
"/etc/mautrix-telegram/config.yaml"
}
command
=
"/usr/bin/mautrix
-
telegram"
command
=
"/usr/bin/
python3 -m
mautrix
_
telegram"
command_args
=
"-c
$config
$command_args
"
command_args
=
"-c
$config
$command_args
"
depends
()
{
depends
()
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment