Skip to content

Commit 6c74eb0

Browse files
committed
data/systemd: add service unit option to support fdstore
Signed-off-by: Zeyad Gouda <zeyad.gouda@canonical.com>
1 parent 949d887 commit 6c74eb0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

data/systemd/snapd.service.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ SuccessExitStatus=42
2828
RestartPreventExitStatus=42
2929
KillMode=process
3030
KeyringMode=shared
31+
FileDescriptorStoreMax=1024
32+
# Should this be enabled to survive soft reboots and service stop/start
33+
# starting with systmed v254+?
34+
#FileDescriptorStorePreserve=yes
3135

3236
[Install]
3337
WantedBy=multi-user.target

0 commit comments

Comments
 (0)