diff options
Diffstat (limited to 'community/acpid/acpid.socket')
-rw-r--r-- | community/acpid/acpid.socket | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/community/acpid/acpid.socket b/community/acpid/acpid.socket new file mode 100644 index 000000000..1b23f8735 --- /dev/null +++ b/community/acpid/acpid.socket @@ -0,0 +1,8 @@ +[Unit] +Description=ACPID Listen Socket + +[Socket] +ListenStream=/var/run/acpid.socket + +[Install] +WantedBy=sockets.target |