Skip to content

Commit b5edc1b

Browse files
committed
systemd, debian: Install authd in /usr/libexec
authd is not a program that is meant to be ran by user, so there's no point for it being in PATH, as it's systemd running it. So move it where most daemons stay these daysystemd, debian: Install authd in /usr/libexec authd is not a program that is meant to be ran by user, so there's no point for it being in PATH, as it's systemd running it. So move it where most daemons stay these days
1 parent 9c2107a commit b5edc1b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

debian/install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/dh-exec
22

33
# Install daemon in /sbin
4-
usr/bin/authd /usr/sbin/
4+
usr/bin/authd /usr/libexec
55

66
# pam-auth-update files
77
debian/pam-configs/* /usr/share/pam-configs

systemd/authd.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PartOf=authd.socket
66

77
[Service]
88
Type=notify
9-
ExecStart=/usr/sbin/authd
9+
ExecStart=/usr/libexec/authd
1010

1111
# Some daemon restrictions
1212
LockPersonality=yes

0 commit comments

Comments
 (0)