summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBigmenPixel02022-01-30 17:14:37 +0000
committerBigmenPixel02022-01-30 17:14:37 +0000
commit104152576f8a23aa674471085effaec6e786a171 (patch)
treecde2f8d1a41c75d22a9215cbfaf7af06ad6f0f22
parent2b9067addaab5b638ea55e134b39986e170e0c3d (diff)
downloadaur-104152576f8a23aa674471085effaec6e786a171.tar.gz
fix: Add --log-without-time to systemd service
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--shadowsocks-rust-server@.service2
-rw-r--r--shadowsocks-rust@.service2
4 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5279bcdd05f6..f6abe20eb012 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = shadowsocks-rust
pkgdesc = A Rust port of shadowsocks https://shadowsocks.org/
pkgver = 1.13.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/shadowsocks/shadowsocks-rust
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 4006292d4d81..548250efb9dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=shadowsocks-rust
pkgver=1.13.1
-pkgrel=1
+pkgrel=2
pkgdesc='A Rust port of shadowsocks https://shadowsocks.org/'
arch=('any')
url='https://github.com/shadowsocks/shadowsocks-rust'
diff --git a/shadowsocks-rust-server@.service b/shadowsocks-rust-server@.service
index d23a6ccacd1c..cd7d406fa782 100644
--- a/shadowsocks-rust-server@.service
+++ b/shadowsocks-rust-server@.service
@@ -7,7 +7,7 @@ Wants=network-online.target
Type=simple
DynamicUser=yes
CapabilityBoundingSet=CAP_NET_BIND_SERVICE
-ExecStart=/usr/bin/ssservice server -c /etc/shadowsocks-rust/%i.json
+ExecStart=/usr/bin/ssservice server --log-without-time -c /etc/shadowsocks-rust/%i.json
[Install]
WantedBy=multi-user.target
diff --git a/shadowsocks-rust@.service b/shadowsocks-rust@.service
index 0fef99a6039b..e4485af028e0 100644
--- a/shadowsocks-rust@.service
+++ b/shadowsocks-rust@.service
@@ -7,7 +7,7 @@ Wants=network-online.target
Type=simple
DynamicUser=yes
CapabilityBoundingSet=CAP_NET_BIND_SERVICE
-ExecStart=/usr/bin/ssservice local -c /etc/shadowsocks-rust/%i.json
+ExecStart=/usr/bin/ssservice local --log-without-time -c /etc/shadowsocks-rust/%i.json
[Install]
WantedBy=multi-user.target