We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f6aba9 commit 5fc634aCopy full SHA for 5fc634a
.fpm_systemd
@@ -8,6 +8,7 @@
8
--deb-field "Bug: https://github.com/SagerNet/sing-box/issues"
9
--no-deb-generate-changes
10
--config-files /etc/sing-box/config.json
11
+--after-install release/config/sing-box.postinst
12
13
release/config/config.json=/etc/sing-box/config.json
14
release/config/sing-box.postinst
@@ -0,0 +1,3 @@
1
+#!/bin/sh
2
+
3
+systemd-sysusers sing-box.conf
0 commit comments