Fix systemd package
This commit is contained in:
parent
5f6aba9426
commit
5fc634a55b
2 changed files with 4 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
|||
--deb-field "Bug: https://github.com/SagerNet/sing-box/issues"
|
||||
--no-deb-generate-changes
|
||||
--config-files /etc/sing-box/config.json
|
||||
--after-install release/config/sing-box.postinst
|
||||
|
||||
release/config/config.json=/etc/sing-box/config.json
|
||||
|
||||
|
|
|
|||
3
release/config/sing-box.postinst
Normal file
3
release/config/sing-box.postinst
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
systemd-sysusers sing-box.conf
|
||||
Loading…
Add table
Reference in a new issue