summarylogtreecommitdiffstats
path: root/shadowsocks-rust@.service
diff options
context:
space:
mode:
authorBigmenPixel02022-01-30 17:14:37 +0000
committerBigmenPixel02022-01-30 17:14:37 +0000
commit104152576f8a23aa674471085effaec6e786a171 (patch)
treecde2f8d1a41c75d22a9215cbfaf7af06ad6f0f22 /shadowsocks-rust@.service
parent2b9067addaab5b638ea55e134b39986e170e0c3d (diff)
downloadaur-104152576f8a23aa674471085effaec6e786a171.tar.gz
fix: Add --log-without-time to systemd service
Diffstat (limited to 'shadowsocks-rust@.service')
-rw-r--r--shadowsocks-rust@.service2
1 files changed, 1 insertions, 1 deletions
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