1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-01 03:25:23 +00:00
Commit Graph

27 Commits

Author SHA1 Message Date
DuckSoft
5751de2af5
systemd: prevent restart on corrupt config 2020-09-06 16:03:26 +08:00
Kslr
c162fa86e9
default single config and remove V2RAY_LOCATION_ASSET 2020-08-18 20:44:00 +08:00
Dct Mei
3e612d899c
feat: New systemd unit file
1. Add systemd/system/v2ray.service .
2. Add systemd/system/v2ray@.service .
3. Modify the installation path in the BUILD file.

issue v2fly/fhs-install-v2ray#53
2020-08-17 10:23:39 +08:00
Dct Mei
c5842b91e6
Fix missing permissions 2020-04-03 01:42:04 +08:00
unknowndev233
b472e3e617 add v2ray@.service 2020-03-24 21:52:03 +08:00
unknowndev233
882320e45a add NoNewPrivileges=yes & CAP_NET_RAW 2020-03-24 21:52:03 +08:00
unknowndev233
19061275ca Fixed minor bugs & add Documentation 2020-03-12 00:42:29 +08:00
unknowndev233
e19749180e minor changes
Weaken dependence on nss-lookup.target
Modify comments about https://github.com/v2ray/v2ray-core/issues/1011
2020-03-12 00:42:29 +08:00
unknowndev233
7cfd630a03 Update v2ray.service
default Type=exec -> Type=simple
2020-03-12 00:42:29 +08:00
unknowndev233
2614c37d50 v2ray.service upgrade
做了一点微小的工作,例如:
去掉了在非 `forking` 类型中几乎无意义的 `PIDFile` ([因为 systemd 不会写入](https://www.freedesktop.org/software/systemd/man/systemd.service.html#PIDFile=))
把[不推荐使用](https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/)的 `Wants=network.target` 换成 `Wants=network-online.target nss-lookup.target`
2020-03-12 00:42:29 +08:00
sunshineplan
e2b216bcb4
Update v2ray.service 2019-02-14 21:51:06 +08:00
Wuxiang
85093c4ba1
fix a typo 2018-10-15 15:13:03 +08:00
Darien Raymond
ed68902e9f
revert config file path change 2018-10-04 10:00:38 +02:00
Darien Raymond
6e26fb5835
fix build files 2018-10-03 22:06:21 +02:00
Darien Raymond
1dcc379116
remove upload.sh 2018-08-11 22:28:43 +02:00
Darien Raymond
ad336ca568
fix systemd config 2018-07-18 08:30:39 +02:00
Darien Raymond
7abd11cc63
disable auto-upload by default 2018-07-17 14:33:48 +02:00
Darien Raymond
accc7813ef
release upload.sh in pre-build packages 2018-07-17 13:30:51 +02:00
Darien Raymond
ed7036ac34
auto-upload crash log 2018-07-17 13:11:46 +02:00
Darien Raymond
8b8ae8342b
prevent systemd from restarting when configuration error 2018-07-17 11:53:36 +02:00
Darien Raymond
3c2b75f548
add security description to systemd unit file. fixes #1011. 2018-04-13 23:05:56 +02:00
Darien Raymond
a82ca019b2
release script relocation 2017-12-25 21:54:44 +01:00
v2ray
1e9f4a1a08
relocate sample configs 2016-07-27 21:58:54 +02:00
v2ray
185c4e6eae remove unnecessary ExecStop as systemd does it automatically 2016-03-08 15:45:09 +01:00
v2ray
5602f6dca5 restart the service on core dump 2016-02-18 00:15:16 +01:00
Darien Raymond
f87ab4713c simplify v2ray.service 2016-01-13 10:13:37 +00:00
v2ray
a6b662b173 add systemd related config 2016-01-12 23:35:45 +01:00