Skip to content

Commit f2928f7

Browse files
committed
chore: Update systemd service file
1 parent 189b7b9 commit f2928f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/mihomo.service

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ After=network.target NetworkManager.service systemd-networkd.service iwd.service
66
Type=simple
77
LimitNPROC=500
88
LimitNOFILE=1000000
9-
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_RAW CAP_NET_BIND_SERVICE CAP_SYS_TIME CAP_SYS_PTRACE CAP_DAC_READ_SEARCH
10-
AmbientCapabilities=CAP_NET_ADMIN CAP_NET_RAW CAP_NET_BIND_SERVICE CAP_SYS_TIME CAP_SYS_PTRACE CAP_DAC_READ_SEARCH
9+
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_RAW CAP_NET_BIND_SERVICE CAP_SYS_TIME CAP_SYS_PTRACE CAP_DAC_READ_SEARCH CAP_DAC_OVERRIDE
10+
AmbientCapabilities=CAP_NET_ADMIN CAP_NET_RAW CAP_NET_BIND_SERVICE CAP_SYS_TIME CAP_SYS_PTRACE CAP_DAC_READ_SEARCH CAP_DAC_OVERRIDE
1111
Restart=always
1212
ExecStartPre=/usr/bin/sleep 2s
1313
ExecStart=/usr/bin/mihomo -d /etc/mihomo

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
195195
cat > mihomo-${{matrix.jobs.goos}}-${{matrix.jobs.output}}-${VERSION}/DEBIAN/control <<EOF
196196
Package: mihomo
197-
Version: 1.18.2-${VERSION}
197+
Version: 1.18.3-${VERSION}
198198
Section:
199199
Priority: extra
200200
Architecture: ${ARCH}

0 commit comments

Comments
 (0)