Skip to content

Commit 735530a

Browse files
committed
Fix/shm (#21)
Turn off clearing of SHM on log out (interfered with services)
1 parent 09bd44b commit 735530a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

debian/install

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
scripts/* /usr/bin/
22
udev/*.rules /etc/udev/rules.d/
33
etc/* /etc/
4+
install_config/logind/70-clearpath-standard-logind.conf /usr/lib/systemd/logind.conf.d/
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Disable the clearing of SHM links when all user sessions are ended so that running
2+
# ROS 2 services are not impacted when SSH sessions are closed.
3+
[Login]
4+
RemoveIPC=no

0 commit comments

Comments
 (0)