style: Delete extra fields
1. This modification will not cause a functional change of Systemd Service. 2. If ExecStart= is specified, Type=simple is the default.pull/9/head
parent
79fb217782
commit
3426706d8d
|
@ -3,7 +3,6 @@ Description=V2Ray Service
|
|||
After=network.target nss-lookup.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=nobody
|
||||
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
|
||||
AmbientCapabilities=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
|
||||
|
|
|
@ -3,7 +3,6 @@ Description=V2Ray Service
|
|||
After=network.target nss-lookup.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=nobody
|
||||
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
|
||||
AmbientCapabilities=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
|
||||
|
|
Loading…
Reference in New Issue