From d01d5211e6d16493624238cf48a1890170ef4575 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mario=20H=C3=B6llein?= Date: Thu, 26 Jul 2018 14:54:42 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to apt run --- group | 3 ++- group- | 3 ++- gshadow | 3 ++- gshadow- | 3 ++- passwd | 1 + shadow | 1 + systemd/system/multi-user.target.wants/trezord.service | 1 + 7 files changed, 11 insertions(+), 4 deletions(-) create mode 120000 systemd/system/multi-user.target.wants/trezord.service diff --git a/group b/group index bc2a76c..beb4bde 100644 --- a/group +++ b/group @@ -32,7 +32,7 @@ shadow:x:42: utmp:x:43: video:x:44: sasl:x:45: -plugdev:x:46:mhoellein +plugdev:x:46:mhoellein,trezord staff:x:50: games:x:60: users:x:100: @@ -75,3 +75,4 @@ kismet:x:134:mhoellein wireshark:x:135: davfs2:x:136:mhoellein mongodb:x:137:mongodb +trezord:x:999: diff --git a/group- b/group- index 47718ed..7377974 100644 --- a/group- +++ b/group- @@ -74,4 +74,5 @@ postdrop:x:133: kismet:x:134:mhoellein wireshark:x:135: davfs2:x:136:mhoellein -mongodb:x:137: +mongodb:x:137:mongodb +trezord:x:999: diff --git a/gshadow b/gshadow index a653c21..a5ad7c8 100644 --- a/gshadow +++ b/gshadow @@ -32,7 +32,7 @@ shadow:*:: utmp:*:: video:*:: sasl:*:: -plugdev:*::mhoellein +plugdev:*::mhoellein,trezord staff:*:: games:*:: users:*:: @@ -75,3 +75,4 @@ kismet:!::mhoellein wireshark:!:: davfs2:!::mhoellein mongodb:!::mongodb +trezord:!:: diff --git a/gshadow- b/gshadow- index d05ca17..9431a4a 100644 --- a/gshadow- +++ b/gshadow- @@ -74,4 +74,5 @@ postdrop:!:: kismet:!::mhoellein wireshark:!:: davfs2:!::mhoellein -mongodb:!:: +mongodb:!::mongodb +trezord:!:: diff --git a/passwd b/passwd index 7770a52..84470ba 100644 --- a/passwd +++ b/passwd @@ -45,3 +45,4 @@ nvidia-persistenced:x:123:131:NVIDIA Persistence Daemon,,,:/:/sbin/nologin postfix:x:125:132::/var/spool/postfix:/bin/false davfs2:x:126:136::/var/cache/davfs2:/bin/false mongodb:x:127:65534::/var/lib/mongodb:/bin/false +trezord:x:999:999:TREZOR Bridge:/var:/bin/false diff --git a/shadow b/shadow index 39ab258..e33a667 100644 --- a/shadow +++ b/shadow @@ -45,3 +45,4 @@ nvidia-persistenced:*:17325:0:99999:7::: postfix:*:17326:0:99999:7::: davfs2:*:17416:0:99999:7::: mongodb:*:17457:0:99999:7::: +trezord:!:17738:::::: diff --git a/systemd/system/multi-user.target.wants/trezord.service b/systemd/system/multi-user.target.wants/trezord.service new file mode 120000 index 0000000..ffaeba3 --- /dev/null +++ b/systemd/system/multi-user.target.wants/trezord.service @@ -0,0 +1 @@ +/usr/lib/systemd/system/trezord.service \ No newline at end of file -- 2.43.0