/lib/systemd/system/bolt.service is in bolt 0.2-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | [Unit]
Description=Thunderbolt system service
[Service]
Type=dbus
BusName=org.freedesktop.bolt
ExecStart=/usr/lib/x86_64-linux-gnu/boltd
#Environment="G_MESSAGES_DEBUG=all"
Restart=on-failure
MemoryDenyWriteExecute=yes
PrivateTmp=yes
ProtectControlGroups=yes
ProtectHome=yes
ProtectKernelModules=yes
ProtectSystem=full
RestrictAddressFamilies=AF_NETLINK AF_UNIX
RestrictRealtime=yes
ReadWritePaths=/var/lib/boltd
SystemCallFilter=~@mount
|