File: pwupdd.socket

package info (click to toggle)
account-utils 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 836 kB
  • sloc: ansic: 8,789; xml: 1,584; sh: 77; makefile: 10
file content (15 lines) | stat: -rw-r--r-- 290 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Daemon to update passwd and shadow entries
After=local-fs.target
Before=sockets.target

[Socket]
ListenStream=/run/account/pwupd-socket
FileDescriptorName=varlink
SocketMode=0666
DirectoryMode=0755
Accept=yes
MaxConnectionsPerSource=16

[Install]
WantedBy=sockets.target