Always try to restart anbox session service when it crashes
This commit is contained in:
parent
c993eb3033
commit
7f41e1a909
1 changed files with 4 additions and 0 deletions
|
|
@ -2,7 +2,11 @@
|
|||
Description=Anbox session manager
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=@SNAP_MOUNT_DIR@/anbox session-manager
|
||||
Restart=always
|
||||
StartLimitIntervalSec=3
|
||||
StartLimitBurst=1
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue